Parcourir la source

fix time join

scorpio il y a 2 ans
Parent
commit
cb380d5091
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/views/home/component/dash.vue

+ 3 - 0
src/views/home/component/dash.vue

@@ -520,6 +520,9 @@ export default {
       })
     },
     formDialogClose () {
+      if (this.diaType === 0) {
+        this.onLoad()
+      }
       this.diaType = -1
     },
     exportExcel (res) {