中药检索完成
This commit is contained in:
@@ -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)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user