@@ -94,7 +94,9 @@ export default {
},
linkDtl(row) {
this.$router.push(`/map/dtl?e=1&id=${row.uuid}`)
- this.$router.go(0)
+ setTimeout(() => {
+ this.$router.go(0)
+ }, 500)
openPopup(row) {
if (row && row.id) {