|
@@ -572,7 +572,7 @@ export default {
|
|
|
"tagName": this.searchVal,
|
|
|
"type": this.getTextType(this.type),
|
|
|
"notIds": notIds,
|
|
|
- "notTagType": this.type == 3?[3,8,10]:this.type==4?[4,8,10]:[3,4,8,10]//查体没有症状尾巴有血压,其他史有症状尾巴无血压
|
|
|
+ "notTagType": this.type == 3?[3,8,10]:(this.type==4?[4,8,10]:(this.type==2 || this.type==22 || this.type==322?[4,8,10]:[3,4,8,10]))//查体没有症状尾巴有血压,其他史有症状尾巴无血压
|
|
|
}
|
|
|
api.searchTagList(param).then((res) => {
|
|
|
if (res.data.code === '0') {
|