Преглед изворни кода

修复质检工单合格数校验逻辑

yusheng пре 7 месеци
родитељ
комит
a4bf1b55f5
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/views/inspectionWork/components/baseInfo.vue

+ 1 - 2
src/views/inspectionWork/components/baseInfo.vue

@@ -549,8 +549,7 @@
           this.$message.warning('合格数与不合格数不能大于总数量');
           return;
         }
-        console.log(this.form[e],'this.form[e]')
-        return
+  
 
         this.form[val] = this.form.total - this.form[e];