230320a303 2 years ago
parent
commit
644a02b77c
3 changed files with 3 additions and 1 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-29258185.64bd9550.js
  3. 3 1
      src/views/map/list.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-29258185.64bd9550.js


+ 3 - 1
src/views/map/list.vue

@@ -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) {

Some files were not shown because too many files changed in this diff