Compare commits
2 Commits
c832425f1e
...
418b81fa54
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
418b81fa54 | ||
|
|
798ca245ed |
@ -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) {
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user