src/page/PackingLedgerDetails/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/quality/Packaging_ledger/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/page/PackingLedgerDetails/index.vue
@@ -53,11 +53,10 @@ }, 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 }) src/views/quality/Packaging_ledger/index.vue
@@ -424,7 +424,6 @@ }); }, handleSelectionChange(val){ console.log(val,"====="); this.multipleSelection = val let lastRow = val[val.length - 1] this.handleCurrentChange(lastRow) @@ -442,7 +441,6 @@ packageBoxId:item.id, createUser:item.createUser } console.log(obj); this.qrData.push(obj) }) },