Ver Fonte

修改类型判断

695593266@qq.com há 1 ano atrás
pai
commit
93adbe0bb9
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/inspectionPlan/components/new-edit.vue

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

@@ -2222,7 +2222,7 @@
             ) {
             ) {
               this.sampleList = [];
               this.sampleList = [];
             } else if (
             } else if (
-              this.baseForm.qualityMode == '2' &&
+              this.baseForm.qualityMode == '1' &&
               this.sourceList.length > 0
               this.sourceList.length > 0
             ) {
             ) {
               this.changesStokledgerNumberModal(
               this.changesStokledgerNumberModal(
@@ -2231,6 +2231,7 @@
                 'type'
                 'type'
               );
               );
             } else {
             } else {
+
               this.sampleList = [];
               this.sampleList = [];
             }
             }
           }
           }