fix: 删除页面console
This commit is contained in:
@@ -118,7 +118,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 => {
|
||||
|
||||
Reference in New Issue
Block a user