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