Commit 6eed361f authored by 黄奎's avatar 黄奎

页面修改

parent 5d2dea70
...@@ -129,6 +129,8 @@ ...@@ -129,6 +129,8 @@
saveLoading: { saveLoading: {
handler(val, oldVal) { handler(val, oldVal) {
if (val) { if (val) {
this.btnStr = "生成中..";
this.pageLoading = true;
setTimeout(() => { setTimeout(() => {
this.getResultImg(); this.getResultImg();
}, 1000) }, 1000)
...@@ -305,7 +307,6 @@ ...@@ -305,7 +307,6 @@
} else { } else {
this.addLabel(item, i); this.addLabel(item, i);
} }
this.deviceMarkers.push(marker); this.deviceMarkers.push(marker);
}); });
}, },
...@@ -748,9 +749,6 @@ ...@@ -748,9 +749,6 @@
}, },
// 导出地图片 // 导出地图片
getResultImg() { getResultImg() {
this.btnStr = "生成中..";
this.saveLoading = true;
this.pageLoading = true;
var postJson = { var postJson = {
ConfigId: this.PostConfig.ID ConfigId: this.PostConfig.ID
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment