|
@@ -265,7 +265,9 @@ import apis from '@api/medicalTerm.js';
|
|
api.getConceptInfoAssay(param).then((res) => {
|
|
api.getConceptInfoAssay(param).then((res) => {
|
|
const { data } = res
|
|
const { data } = res
|
|
if(data.code == '0') {
|
|
if(data.code == '0') {
|
|
- this.conceptList = data.data
|
|
|
|
|
|
+ if(this.conceptText.trim()) {
|
|
|
|
+ this.conceptList = data.data
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|