loulijun2021
2023-09-18 ac83abeeafb189a84e9f3ea52b57acee979a353c
src/views/materialManager/inventoryList.vue
@@ -704,6 +704,9 @@
        i.idparent = i.idparent ? i.idparent : '-1'
      })
      this.treeLeftArr = res.data
      this.treeLeftArr.forEach(e => {
        e.name = e.code + ' ' + e.name
      })
      this.treeLeft = arrayToTree(this.treeLeft.concat(res.data), {
        parentProperty: 'idparent',
        customID: 'code',