中药检索完成

This commit is contained in:
yanwenlong
2024-01-30 23:55:06 +08:00
parent 927aeec7c0
commit 89e438bd3f
5 changed files with 238 additions and 140 deletions

View File

@@ -106,14 +106,14 @@ export default {
this.searchList = []
this.showSearchList = false
if (index == 1) { // 西药检索
this.getXiYao(1,1)
this.getXiYao('抗感染类',1)
} else { // 中药检索
// this.getTowCateList(id)
this.getCNYao() // book/materials/getMaterialsList
}
},
setTwoCateIndex(item, index) {
let id = item.prescriptCategoryId
let id = item.title
this.curTwoCateIndex = index
this.getXiYao(id,1)
},