From 624a145dcb9959e769fa635a4b9e2fe4758772ed Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 22 Aug 2022 18:39:32 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
---
src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
index 08ab0df..ff78b92 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
@@ -75,16 +75,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