小程序bug修复
This commit is contained in:
parent
5a0d10cd14
commit
d49c25157d
@ -215,7 +215,7 @@
|
|||||||
<u-modal v-model="showChangeState" title="更新状态" show-cancel-button confirm-color="#f7c04d" @confirm="handleChangeState">
|
<u-modal v-model="showChangeState" title="更新状态" show-cancel-button confirm-color="#f7c04d" @confirm="handleChangeState">
|
||||||
<view class="slot-content">
|
<view class="slot-content">
|
||||||
<u-input placeholder="请选择任务状态" v-model="stateForm.taskStatusName"
|
<u-input placeholder="请选择任务状态" v-model="stateForm.taskStatusName"
|
||||||
@click="()=>{showChangeStatePick = true}" type="select"/>
|
@click="toShowChangeStatePick" type="select"/>
|
||||||
</view>
|
</view>
|
||||||
</u-modal>
|
</u-modal>
|
||||||
<u-select v-model="showChangeStatePick" mode="single-column" :list="stateList"
|
<u-select v-model="showChangeStatePick" mode="single-column" :list="stateList"
|
||||||
@ -397,6 +397,10 @@ export default {
|
|||||||
this.$refs.uToast.show({type: 'error',title: "景区设备获取失败!"});
|
this.$refs.uToast.show({type: 'error',title: "景区设备获取失败!"});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 显示飞行状态选择下拉栏
|
||||||
|
toShowChangeStatePick(){
|
||||||
|
this.showChangeStatePick = true;
|
||||||
|
},
|
||||||
// 禁用删除飞行任务
|
// 禁用删除飞行任务
|
||||||
disabledDeleteAction(item){
|
disabledDeleteAction(item){
|
||||||
return !item.operatorId||this.userMessage.id!==item.operatorId||
|
return !item.operatorId||this.userMessage.id!==item.operatorId||
|
||||||
|
Loading…
Reference in New Issue
Block a user