| | |
| | | this.$set(this.addObj, 'workShopName', res.data.workShopName) |
| | | this.$set(this.addObj, 'workShopId', res.data.workShopId) |
| | | this.$set(this.addObj, 'inspectionType', this.customsInspection.inspectionType) |
| | | console.log(111111, this.addObj) |
| | | if (this.orderType == 1) { |
| | | this.$set(this.addObj, 'orderType', 'Quarterly inspection') |
| | | } |
| | |
| | | this.getProductLoad = false |
| | | // 直接将查询结果赋值给 productList |
| | | // this.fullProductList = res.data |
| | | this.productList = res.data.forEach(m => { |
| | | this.productList = res.data.map(m => { |
| | | m.state = 1 |
| | | return m |
| | | }) |
| | | this.productList0 = res.data.forEach(m => { |
| | | this.productList0 = res.data.map(m => { |
| | | m.state = 1 |
| | | return m |
| | | }) |
| | | this.$refs.sampleTable.setCurrentRow(row) |
| | | setTimeout(() => { |