@@ -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') {
@@ -149,6 +149,7 @@
"type": 4,
"notIds": notIds,
api.searchTagList(param).then((res) => {
if (res.data.code === '0') {
@@ -131,7 +131,7 @@ export default {
this.rightTagsList2 = [];
this.selectRightTagsList = [];
this.searchVal = '';
- // this.searchTagList();
+ this.searchTagList();
},