230320a303 2 年之前
父节点
当前提交
644a02b77c
共有 3 个文件被更改,包括 3 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-29258185.64bd9550.js
  3. 3 1
      src/views/map/list.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 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) {

部分文件因为文件数量过多而无法显示