From f12c45e54d27f27886d8bc9ee96624979fa7de2e Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 22 Aug 2022 18:39:25 +0800
Subject: [PATCH] Xiugai
---
src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue
index 581bfac..04d38f9 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.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