This commit is contained in:
2025-09-18 14:13:59 +08:00
parent 57e0ce6d3e
commit 66db2bd854
2 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
<view class="zd-col-24 filter_select">
<search-box
v-model="val1"
@handleChange="handleChange"
/>
</view>
</view>
@@ -114,6 +115,11 @@
this.title = options.title
},
methods: {
handleChange (e) {
if (e) {
this.searchList()
}
},
searchList () {
this.dataList = []
this._getOutGroupInfo()