From 2944d79fc238cdd663117feaa88b96140bf7d29d Mon Sep 17 00:00:00 2001 From: RenCheng Date: Fri, 13 Jun 2025 17:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=A0=E9=99=A4=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fileManage/index.vue | 1 + 1 file changed, 1 insertion(+) 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() }) }, })