src/views/operate/orderPoint/index.vue
@@ -215,7 +215,7 @@ }, // 新增 addProductClick() { console.log(this.addTitle) console.log(this.addTitle, "qqqqqqqqqqqq") this.isSel() if (this.isNoProduct && this.addTitle === "新建") { this.$refs.tablelistRef.getProductList() @@ -356,8 +356,10 @@ }, // 选中产品方法 selProductClick(item) { this.productId = item.value this.productId = item.productId this.unit = item.unit this.amount = item.amount this.prediction = item.prediction }, // 选中路线方法 selRouteClick(item, prop) { @@ -383,7 +385,6 @@ }, ...res.data ] console.log(res, "res666") }) }, // 删除type