fix: 修改打开asset Bottom的下弹框 切换详细视图 图表显示错误的问题

This commit is contained in:
zhangyu
2021-10-15 16:41:14 +08:00
parent ebd8baf38b
commit 08f0733052
9 changed files with 77 additions and 84 deletions

View File

@@ -119,7 +119,6 @@ export default {
if (this.editDc.id) {
const param = { ...this.editDc }
const attr = this.$refs.latlngPicker.getAttribute()
console.log(attr)
param.latitude = attr.latitude
param.longitude = attr.longitude
this.$put('/dc', param).then(response => {