695593266@qq.com 11 miesięcy temu
rodzic
commit
e7dad86fb0
1 zmienionych plików z 1 dodań i 1 usunięć
  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;