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

页面修改

parent 5d2dea70
......@@ -129,6 +129,8 @@
saveLoading: {
handler(val, oldVal) {
if (val) {
this.btnStr = "生成中..";
this.pageLoading = true;
setTimeout(() => {
this.getResultImg();
}, 1000)
......@@ -305,7 +307,6 @@
} else {
this.addLabel(item, i);
}
this.deviceMarkers.push(marker);
});
},
......@@ -748,9 +749,6 @@
},
// 导出地图片
getResultImg() {
this.btnStr = "生成中..";
this.saveLoading = true;
this.pageLoading = true;
var postJson = {
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