代码优化
This commit is contained in:
parent
6ccdefa930
commit
9bab737f25
|
|
@ -841,7 +841,7 @@ export default {
|
|||
wholeTypeNum: 1,
|
||||
})
|
||||
|
||||
this.fileList = res.data
|
||||
this.fileList = res.data.filter((e) => e.isStorage == 0)
|
||||
|
||||
this.openFileVisible = true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue