695593266@qq.com 11 місяців тому
батько
коміт
e7dad86fb0
1 змінених файлів з 1 додано та 1 видалено
  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;