确认处理

This commit is contained in:
2022-10-14 16:05:55 +08:00
parent f95df039f3
commit a4fcb7e825
5 changed files with 29 additions and 17 deletions

View File

@@ -21,7 +21,6 @@
<view class="filter_input_wraper">
<search-box
v-model="val2"
@input="handleChange2"
/>
</view>
</view>
@@ -59,12 +58,7 @@
},
methods: {
handleChange1 (e) {
console.log(e)
// this._pointStatusQuery()
},
handleChange2 (e) {
console.log(e)
// this._pointStatusQuery()
this._pointStatusQuery()
},
/** 查询 */
async _pointStatusQuery () {