Sfoglia il codice sorgente

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

yusheng 7 mesi fa
parent
commit
a4bf1b55f5
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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];