Browse Source

修改判断

695593266@qq.com 11 tháng trước cách đây
mục cha
commit
e7dad86fb0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/inspectionPlan/components/new-edit.vue

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

@@ -2112,7 +2112,7 @@
           const sampleListData =
             this.btnType == 'add'
               ? this.sampleList
-              : this.btnType == 'edit' && this.isSampleList
+              : this.btnType == 'issued' && this.isSampleList
               ? this.newSampleList
               : this.sampleList;