Compare commits
No commits in common. "418b81fa542f7a21a810f5c25dcc770632fad4ab" and "c832425f1e0aefe0c0214887d415b2105f85231c" have entirely different histories.
418b81fa54
...
c832425f1e
@ -595,6 +595,11 @@ export default {
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
'form.loader': {
|
||||
handler: function () {
|
||||
this.loaderChange()
|
||||
},
|
||||
},
|
||||
readyUavLocation(nv) {
|
||||
if (nv) {
|
||||
// this.refreshUavHeight()
|
||||
@ -1189,7 +1194,8 @@ export default {
|
||||
this.calculateLimit()
|
||||
this.getUavList()
|
||||
this.getLoaderData()
|
||||
this.loaderChange()
|
||||
// TODO 临时
|
||||
// this.onLoaderTypeChange('SAR')
|
||||
|
||||
this.taskForm.visible = true
|
||||
if (theViewerTools) {
|
||||
|
||||
@ -184,7 +184,6 @@
|
||||
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