From b523f8426c3ba2e4fcac3c196b5bef2af455c0c2 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 26 八月 2022 12:43:13 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt --- 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