From f0485bd74d1a986ebdf0f6b5ac4050e7d18ee320 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期六, 20 八月 2022 16:26:18 +0800
Subject: [PATCH] Default Changelist

---
 src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue
index a0836c4..0e4e53b 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue
@@ -72,16 +72,12 @@
 	export default defineComponent({
 		name: 'space',
 		components: {},
-		props:{
-			details: Object
-		},
-		setup(props) {
+		props:['details'],
+		setup() {
 			const userInfo = useUserInfo()
 			const { userInfos } = storeToRefs(userInfo);
-			const details1 = props.details
 			return {
-				Search,
-				details1
+				Search
 			};
 		},
 	});

--
Gitblit v1.9.2