xiugai
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
},
|
||||
async _callMaterialConfirm () {
|
||||
this.disabled = true
|
||||
if (!this.val1 || !this.val2 || !this.dataList.length) {
|
||||
if (!this.dataList.length) {
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row border-bottom">
|
||||
<view class="zd-row border-bottom" v-show="index !== '2'">
|
||||
<view class="zd-col-7">
|
||||
<span class="filter_label">目标站点</span>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user