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