diff --git a/src/views/fileManage/index.vue b/src/views/fileManage/index.vue index 4c56c0e..64a050d 100644 --- a/src/views/fileManage/index.vue +++ b/src/views/fileManage/index.vue @@ -333,6 +333,7 @@ export default { logicDeleteFile({ id: item.id }).then((res) => { that.$message.warning(res.message) that.searchgetFileList() + that.getcountFileNum() }) }, })