外包材
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
<view class="zd-col-6">
|
||||
<span class="filter_label">区域</span>
|
||||
<span class="filter_label filter_input_disabled">区域</span>
|
||||
</view>
|
||||
<view class="zd-col-18 filter_select">
|
||||
<uni-data-select v-model="index1" :localdata="options1"></uni-data-select>
|
||||
<uni-data-select v-model="index1" :localdata="options1" disabled></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
@@ -140,6 +140,7 @@
|
||||
let res = await queryPointRegion(this.val1)
|
||||
if (res && res.data) {
|
||||
this.options1 = [...res.data]
|
||||
this.index1 = this.options1[0].value
|
||||
} else {
|
||||
this.options1 = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user