Compare commits

...

2 Commits

2 changed files with 2 additions and 7 deletions

View File

@ -595,11 +595,6 @@ export default {
}, },
deep: true deep: true
}, },
'form.loader': {
handler: function () {
this.loaderChange()
},
},
readyUavLocation(nv) { readyUavLocation(nv) {
if (nv) { if (nv) {
// this.refreshUavHeight() // this.refreshUavHeight()
@ -1194,8 +1189,7 @@ export default {
this.calculateLimit() this.calculateLimit()
this.getUavList() this.getUavList()
this.getLoaderData() this.getLoaderData()
// TODO 临时 this.loaderChange()
// this.onLoaderTypeChange('SAR')
this.taskForm.visible = true this.taskForm.visible = true
if (theViewerTools) { if (theViewerTools) {

View File

@ -184,6 +184,7 @@
popper-class="form-light" popper-class="form-light"
size="small" size="small"
v-model="form.loader" v-model="form.loader"
@change="loaderChange"
> >
<el-option <el-option
v-for="item in loaderOptions" v-for="item in loaderOptions"