This commit is contained in:
2022-10-14 16:38:33 +08:00
parent 264f6aec2f
commit 8669dec840

View File

@@ -9,7 +9,6 @@
</view> </view>
<view class="filter_input_wraper"> <view class="filter_input_wraper">
<search-box v-model="val1" <search-box v-model="val1"
/> />
</view> </view>
</view> </view>
@@ -100,7 +99,7 @@
}, },
methods: { methods: {
handleChange (e) { handleChange (e) {
console.log(e) // console.log(e)
}, },
/** 初始化查询 */ /** 初始化查询 */
async _queryRawFoilList () { async _queryRawFoilList () {