Commit 0a050720 authored by wuqinghua's avatar wuqinghua

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

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