瀏覽代碼

fix time join

scorpio 2 年之前
父節點
當前提交
cb380d5091
共有 1 個文件被更改,包括 3 次插入0 次删除
  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) {