src/views/business/productOrder/components/add.vue
@@ -1706,6 +1706,9 @@ this.productList = row.insProduct this.productList0 = JSON.parse(JSON.stringify(this.productList)) this.$refs.sampleTable.setCurrentRow(row) this.$nextTick(() => { this.$refs.productTable.doLayout(); }); setTimeout(() => { this.productList.forEach(a => { if (a.state == 1) this.toggleSelection(a)