提交 b5a93233 作者: 翁进城

Merge branch 'v4' of ssh://git.mmcuav.cn:8222/root/mmc-stl-vue2 into v4

This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -83,7 +83,7 @@ export default {
eventHandler() {
window.addEventListener("message", (event) => {
if (event.data.module === "MMCFlightControlCenter") {
console.log("iframe收到数据", event);
console.log("iframe收到数据", event.data);
this.paramHandler(event.data);
this.callbackHandler(event.data);
this.logHandler(event.data);
......
......@@ -61,7 +61,7 @@ export default {
deviceType: this.hangar ? 2 : 1,
pageNo: this.page.pageNo,
pageSize: this.page.pageSize,
deviceId : this.uav?.deviceId
deviceId : this.uav? this.uav?.deviceId:this.hangar?.deviceId
});
this.list.splice(0, this.list.length, ...res.data?.list??[])
// this.list = res.data;
......
......@@ -1198,7 +1198,7 @@ const actions = {
taskID: data.taskID,
videoID: 1,
name: data.name,
dbID: data.dbID,
// dbID: data.dbID,
},
},
type: 528,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论