feat:修改
This commit is contained in:
parent
28120a841b
commit
f203fd4ec7
@ -520,9 +520,6 @@ export default {
|
||||
readyUavLocation() {
|
||||
return this.uavReady && this.loaderReady
|
||||
},
|
||||
readLoaderUavCount() {
|
||||
return this.form.uav + this.form.loader
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
visible: {
|
||||
@ -598,9 +595,9 @@ export default {
|
||||
},
|
||||
deep: true
|
||||
},
|
||||
readLoaderUavCount: {
|
||||
'form.loader': {
|
||||
handler: function () {
|
||||
this.uavLoaderChange()
|
||||
this.loaderChange()
|
||||
},
|
||||
},
|
||||
readyUavLocation(nv) {
|
||||
@ -913,8 +910,8 @@ export default {
|
||||
}
|
||||
|
||||
},
|
||||
uavLoaderChange() {
|
||||
if (this.form.uav && this.form.loader) {
|
||||
loaderChange() {
|
||||
if (this.form.loader) {
|
||||
getLastStatus({ payloadId: this.form.loader }).then(res => {
|
||||
const data = res.data.data
|
||||
this.form.targetList.forEach(el => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user