Commit 0a050720 authored by wuqinghua's avatar wuqinghua

2022-2-22 吴卿华 坐标回显

parent 39fbb01a
......@@ -746,6 +746,7 @@ export default {
this.form = response.data;
this.open = true;
this.title = "修改设备信息";
this.devicePos = [response.data.longitude, response.data.latitude];
});
},
/** 删除按钮操作 */
......
......@@ -596,7 +596,6 @@ export default {
selectTEnterprise().then(response => {
this.test = response.data;
});
const deviceId = row.siteStationId || this.ids
var tDeviceInfon={
id:deviceId,
......@@ -614,7 +613,9 @@ export default {
this.form = response.data;
this.open = true;
this.title = "修改场站信息";
this.devicePos = [response.data.longitude, response.data.latitude];
});
},
......
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