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/task/workLogDetail.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/subPackage/task/workLogDetail.vue b/subPackage/task/workLogDetail.vue
index cca25cd..01bdea8 100644
--- a/subPackage/task/workLogDetail.vue
+++ b/subPackage/task/workLogDetail.vue
@@ -71,7 +71,10 @@
 		async onLoad(option) {
 			await this.getTypeList();
 			await this.getLabelList();
-			this.getDetail(option.id);
+			setTimeout(() => {
+				this.getDetail(option.id);
+			}, 200)
+
 		},
 		methods: {
 			getDetail(id) {

--
Gitblit v1.9.3