Compare commits

..

No commits in common. "418b81fa542f7a21a810f5c25dcc770632fad4ab" and "c832425f1e0aefe0c0214887d415b2105f85231c" have entirely different histories.

2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -184,7 +184,6 @@
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"