src/components/do/b1-ins-order/add.vue
@@ -2328,10 +2328,12 @@ this.isAskOnlyRead = false } this.getProductLoad = true let selectTreeList = this.selectTree.split(" - ") selectTreeList[selectTreeList.length - 1] = this.addObj.model this.$axios.post(this.$api.standardTree.selectStandardProductList, { model: row.model + '-' + row.modelNum, model: this.addObj.model + '-' + row.modelNum, standardMethodListId: val, factory: this.selectTree, factory: selectTreeList.join(" - "), }, { headers: { 'Content-Type': 'application/json'