src/views/basicSettings/storageList.vue
@@ -511,6 +511,9 @@ async getTSecLocaTree() { const res = await TSecLocaTree() this.treeLeftArr = res.data this.treeLeftArr.forEach(e => { e.name = e.code + ' ' + e.name }) this.stckcodeArr = res.data.filter(i => i.idparent === '-1') this.treeLeft = [ {