|
|
@@ -522,6 +522,7 @@ const handleDelete = async (row?: MinioDataVO) => {
|
|
|
await delMinioData(_ids);
|
|
|
proxy?.$modal.msgSuccess('删除成功');
|
|
|
await getList();
|
|
|
+ await getFileStatistics();
|
|
|
};
|
|
|
|
|
|
/** 导出按钮操作 */
|
|
|
@@ -545,6 +546,7 @@ const getFileStatistics = async () => {
|
|
|
watch(() => dialog.visible, (newValue) => {
|
|
|
if (!newValue) {
|
|
|
getList();
|
|
|
+ getFileStatistics();
|
|
|
}
|
|
|
});
|
|
|
onMounted(() => {
|