Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
| | |
| | | }, |
| | | created() { |
| | | let aa = this.$route.query |
| | | console.log(this.$route.query,"id"); |
| | | this.chuaxun(aa) |
| | | this.details(aa) |
| | | }, |
| | | methods: { |
| | | chuaxun(aa){ |
| | | details(aa){ |
| | | selById({id:aa.id}).then((res) =>{ |
| | | this.testStandardParams = res.data.data |
| | | }) |
| | |
| | | }); |
| | | }, |
| | | handleSelectionChange(val){ |
| | | console.log(val,"====="); |
| | | this.multipleSelection = val |
| | | let lastRow = val[val.length - 1] |
| | | this.handleCurrentChange(lastRow) |
| | |
| | | packageBoxId:item.id, |
| | | createUser:item.createUser |
| | | } |
| | | console.log(obj); |
| | | this.qrData.push(obj) |
| | | }) |
| | | }, |