浏览代码

修改标签组系统名称搜索条件

zhangxc 6 年之前
父节点
当前提交
576dffc133
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 2 0
      src/components/icss/PubIndeptTag.vue
  2. 2 1
      src/components/icss/PubTagGroup.vue

+ 2 - 0
src/components/icss/PubIndeptTag.vue

@@ -637,6 +637,8 @@
         this.form.maxNormalVal = ''
         this.form.region5 = ''
         this.form.region12 = '0'
+        this.systemNameShow = false
+        this.interfaceNameShow = false
       },
     }
   }

+ 2 - 1
src/components/icss/PubTagGroup.vue

@@ -462,7 +462,7 @@ export default {
         this.systemNameLis = []
         return
       }
-      if (this.form.region12 == 0) {
+      if (this.form.region12 == 0 &&((this.form.region1 == 1 && this.form.region2 == 4) || (this.form.region1 == 4) || (this.form.region1 == 5) || (this.form.region1 == 3))) {
         let tmpArr = [];
         if (this.form.region1 == 1 && this.form.region2 == 4) {//症状
           tmpArr = [1]
@@ -624,6 +624,7 @@ export default {
       this.form.region12 = '0'
       this.form.region10 = '1'
       this.form.region11 = '0'
+      this.systemNameShow = false
     }
   }
 }