zouyu
2024-01-29 f5a93cad8949bef87d9253efbfadf0592a4fb75e
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)
        })
      },