From 5ed2dfacdae322f2a0bbf44bb480a2c6c30f334f Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sun, 28 Jan 2024 13:14:35 +0800
Subject: [PATCH] 更新
---
subPackage/workbench/views/workLog.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/subPackage/workbench/views/workLog.vue b/subPackage/workbench/views/workLog.vue
index 35234cb..bf9a7a2 100644
--- a/subPackage/workbench/views/workLog.vue
+++ b/subPackage/workbench/views/workLog.vue
@@ -210,7 +210,9 @@
if (option.id) {
this.isEdit = true;
this.id = option.id;
- this.getDetail(option.id)
+ setTimeout(() => {
+ this.getDetail(option.id)
+ }, 200)
}
},
--
Gitblit v1.9.3