中药检索

This commit is contained in:
yanwenlong
2024-01-30 00:23:14 +08:00
parent d2d9681738
commit 927aeec7c0
5 changed files with 634 additions and 14 deletions

View File

@@ -58,8 +58,8 @@
</view>
</view>
</view>
<view v-if="curFirstTabIndex==1">
<medicineSearch></medicineSearch>
<view v-show="curFirstTabIndex==1">
<medicineSearch ref="mSearch"></medicineSearch>
</view>
</view>
<u-modal :show="limitShow" :title="limitTitle" :content='limitContent' @confirm="limitShow=false">
@@ -221,6 +221,9 @@
if (index == 1) {
// this.setOneCateIndex(id)
console.log(this.$refs)
console.log(this.$refs.mSearch)
this.$refs.mSearch.getCNYao()
}else{
this.setOneCateIndex(this.oneCateList[0], 0)
}