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

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません