Explorar el Código

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

yusheng hace 7 meses
padre
commit
a4bf1b55f5
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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];