代码优化

This commit is contained in:
BianLzhaoMin 2025-03-11 10:52:39 +08:00
parent 6ccdefa930
commit 9bab737f25
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ export default {
wholeTypeNum: 1, wholeTypeNum: 1,
}) })
this.fileList = res.data this.fileList = res.data.filter((e) => e.isStorage == 0)
this.openFileVisible = true this.openFileVisible = true
}, },