修改
This commit is contained in:
@@ -14,8 +14,11 @@
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">{{$t('grid.wooden-box-specs')}}</view>
|
||||
<view class="filter_input_wraper">
|
||||
<!-- <view class="filter_input_wraper">
|
||||
<uni-data-select v-model="index" :placeholder="$t('uni.dataSelect.placeholder')" :localdata="options" @change="selectChange"></uni-data-select>
|
||||
</view> -->
|
||||
<view class="filter_input_wraper">
|
||||
<zxz-uni-data-select v-model="index" filterable :localdata="options" @inputChange="inputChange" @change="selectChange"></zxz-uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item is-required">
|
||||
@@ -65,6 +68,9 @@
|
||||
this._getBoxSpecInfo()
|
||||
},
|
||||
methods: {
|
||||
inputChange (e) {
|
||||
// console.log(e)
|
||||
},
|
||||
getScanlist (e) {
|
||||
this.val2 = e.join()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user