NEZ-835 fix: 新增页面添加标签页关闭提示功能
This commit is contained in:
@@ -204,9 +204,7 @@ export default {
|
||||
immediate: true,
|
||||
deep: true,
|
||||
handler (n, o) {
|
||||
if (n.id) {
|
||||
this.isEdit = true
|
||||
}
|
||||
this.isEdit = true
|
||||
this.editDc = JSON.parse(JSON.stringify(n))
|
||||
this.$nextTick(() => {
|
||||
this.$refs.latlngPicker.setLnglat(this.editDc.latitude, this.editDc.longitude)
|
||||
|
||||
Reference in New Issue
Block a user