src/views/business/inspectionTask/index.vue
@@ -933,10 +933,6 @@ this.bindCurrentInfo = row; getBindingProductByProductId({ productId: row.insProductId }) .then((res) => { if (res.coe == 201) { // this.$message.error('未绑定检验项') return; } // console.log(res) this.bindTableData = res.data; this.bindDialogVisible = true; @@ -950,10 +946,6 @@ productId: this.bindCurrentInfo.insProductId, }) .then((res) => { if (res.coe == 201) { // this.$message.error('未绑定检验项') return; } // console.log(res) this.bindAddTableData = res.data; this.bindAddDialogVisible = true;