确认处理
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user