gaoxizhong 4 ماه پیش
والد
کامیت
63b15889c4
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/rule/config/components/CreateDialog.vue

+ 2 - 1
src/views/rule/config/components/CreateDialog.vue

@@ -690,6 +690,7 @@ export default {
       let result = true
       // 质控逻辑只有一条
       rule[0].condition_content.map(item => {
+        console.log(item)
         if (this.hasEmptyValues(item)) {
           this.$message.error(`请完善质控逻辑`)
           result = false
@@ -723,7 +724,7 @@ export default {
           })
         })
         if (valid) {
-          if (this.judgeQZTJ() && this.judgeRule()) {
+          if (this.judgeQZTJ()) {
             const params = {
               case_type,
               changjing,