人工放货

This commit is contained in:
2025-09-17 09:25:51 +08:00
parent 6a4e67c027
commit 6329950b3d

View File

@@ -11,6 +11,7 @@
<view class="zd-col-24 filter_select">
<search-box
v-model="val1"
@handleChange="handleChange"
/>
</view>
</view>
@@ -87,6 +88,11 @@
this.dataList = []
this.disabled = false
},
handleChange (e) {
if (e) {
this.searchList()
}
},
searchList () {
this.dataList = []
this.pageNum = 1