Selaa lähdekoodia

查体模板标签池类型过滤

zhangxc 6 vuotta sitten
vanhempi
commit
bf3e8423c3

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

@@ -158,7 +158,8 @@
                 "deptId": this.form.department,
                 "tagName": this.searchVal,
                 "noIds": noIds,
-                "type": this.form.type
+                "type": this.form.type,
+                "notTagType": [8],
             }
             api.getSymptomList(param).then((res)=>{
                if(res.data.code === '0') {

+ 1 - 0
src/components/icss/AddPhysicalExamTemp.vue

@@ -149,6 +149,7 @@
                 "tagName": this.searchVal,
                 "type": 4,
                 "notIds": notIds,
+                "notTagType": [8],
             }
             api.searchTagList(param).then((res) => {
                 if (res.data.code === '0') {

+ 1 - 1
src/components/icss/BloodPressTagGroup.vue

@@ -131,7 +131,7 @@ export default {
                     this.rightTagsList2 = [];
                     this.selectRightTagsList = [];
                     this.searchVal = '';
-                    //  this.searchTagList();
+                     this.searchTagList();
                 }
             }
         },