添加删除刷新统计

This commit is contained in:
RenCheng 2025-06-13 17:02:47 +08:00
parent 164f620594
commit 2944d79fc2

View File

@ -333,6 +333,7 @@ export default {
logicDeleteFile({ id: item.id }).then((res) => {
that.$message.warning(res.message)
that.searchgetFileList()
that.getcountFileNum()
})
},
})