瀏覽代碼

修改类型判断

695593266@qq.com 1 年之前
父節點
當前提交
93adbe0bb9
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 = [];
             } else if (
-              this.baseForm.qualityMode == '2' &&
+              this.baseForm.qualityMode == '1' &&
               this.sourceList.length > 0
             ) {
               this.changesStokledgerNumberModal(
@@ -2231,6 +2231,7 @@
                 'type'
               );
             } else {
+
               this.sampleList = [];
             }
           }