修复复制没有目标区域的问题

This commit is contained in:
wxs 2026-01-30 14:56:31 +08:00
parent 37acb9954d
commit 798ca245ed
2 changed files with 2 additions and 7 deletions

View File

@ -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) {

View File

@ -184,6 +184,7 @@
popper-class="form-light"
size="small"
v-model="form.loader"
@change="loaderChange"
>
<el-option
v-for="item in loaderOptions"