gaoluyang
2025-03-05 79c67edac2ffaed1e7e01ab2333185d530e3d3bb
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)