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',