loulijun2021
2023-09-18 ac83abeeafb189a84e9f3ea52b57acee979a353c
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 = [
        {