From f0485bd74d1a986ebdf0f6b5ac4050e7d18ee320 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Sat, 20 Aug 2022 16:26:18 +0800
Subject: [PATCH] Default Changelist
---
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