修复复制没有目标区域的问题
This commit is contained in:
parent
37acb9954d
commit
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