浏览代码

修改bug

695593266@qq.com 1 年之前
父节点
当前提交
36df2c0666
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/inspectionPlan/components/edit.vue

+ 1 - 1
src/views/inspectionPlan/components/edit.vue

@@ -1121,7 +1121,7 @@
           }
           console.log('数据55555');
           console.log(list);
-          if (list[0].batchNo) {
+          if (list[0].categoryCode) {
             this.$refs.table12.setData(list);
             let packList = this.$refs.table12.getData();
             this.getFullInspectionWeight(packList);