695593266@qq.com il y a 11 mois
Parent
commit
e7dad86fb0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;