Compare commits
2 Commits
c832425f1e
...
418b81fa54
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
418b81fa54 | ||
|
|
798ca245ed |
@ -595,11 +595,6 @@ export default {
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
'form.loader': {
|
||||
handler: function () {
|
||||
this.loaderChange()
|
||||
},
|
||||
},
|
||||
readyUavLocation(nv) {
|
||||
if (nv) {
|
||||
// this.refreshUavHeight()
|
||||
@ -1194,8 +1189,7 @@ export default {
|
||||
this.calculateLimit()
|
||||
this.getUavList()
|
||||
this.getLoaderData()
|
||||
// TODO 临时
|
||||
// this.onLoaderTypeChange('SAR')
|
||||
this.loaderChange()
|
||||
|
||||
this.taskForm.visible = true
|
||||
if (theViewerTools) {
|
||||
|
||||
@ -184,6 +184,7 @@
|
||||
popper-class="form-light"
|
||||
size="small"
|
||||
v-model="form.loader"
|
||||
@change="loaderChange"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in loaderOptions"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user