小程序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">
|
||||
<view class="slot-content">
|
||||
<u-input placeholder="请选择任务状态" v-model="stateForm.taskStatusName"
|
||||
@click="()=>{showChangeStatePick = true}" type="select"/>
|
||||
@click="toShowChangeStatePick" type="select"/>
|
||||
</view>
|
||||
</u-modal>
|
||||
<u-select v-model="showChangeStatePick" mode="single-column" :list="stateList"
|
||||
@ -397,6 +397,10 @@ export default {
|
||||
this.$refs.uToast.show({type: 'error',title: "景区设备获取失败!"});
|
||||
}
|
||||
},
|
||||
// 显示飞行状态选择下拉栏
|
||||
toShowChangeStatePick(){
|
||||
this.showChangeStatePick = true;
|
||||
},
|
||||
// 禁用删除飞行任务
|
||||
disabledDeleteAction(item){
|
||||
return !item.operatorId||this.userMessage.id!==item.operatorId||
|
||||
|
Loading…
Reference in New Issue
Block a user