230320a303 il y a 2 ans
Parent
commit
644a02b77c
3 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-29258185.64bd9550.js
  3. 3 1
      src/views/map/list.vue

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/index.html


Fichier diff supprimé car celui-ci est trop grand
+ 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) {

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff