fix: 修复样式,补充国际化,清除console

This commit is contained in:
@changcode
2021-08-25 16:19:44 +08:00
parent 6b2fadaaff
commit faa6a330d1
8 changed files with 35 additions and 16 deletions

View File

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