This commit is contained in:
2025-09-12 11:01:46 +08:00
parent fe0dbbf8ac
commit 088946e2ad
5 changed files with 20 additions and 15 deletions

View File

@@ -11,6 +11,7 @@
<view class="zd-col-17">
<search-box
v-model="val1"
@handleChange="handleChange"
/>
</view>
</view>
@@ -84,9 +85,14 @@
this.title = options.title
},
created () {
// this.seachList()
this.seachList()
},
methods: {
handleChange (e) {
if (e) {
this.seachList()
}
},
seachList () {
this.dataList = []
this._getInBillPointList()