diff --git a/web-vue/packages/biz/views/biz/meetingInfo/form.vue b/web-vue/packages/biz/views/biz/meetingInfo/form.vue index 41fe4701..5e443bf9 100644 --- a/web-vue/packages/biz/views/biz/meetingInfo/form.vue +++ b/web-vue/packages/biz/views/biz/meetingInfo/form.vue @@ -38,10 +38,6 @@ import { BasicModal, useModalInner } from '@jeesite/core/components/Modal'; import { BizMeetingInfo, bizMeetingInfoSave, bizMeetingInfoForm } from '@jeesite/biz/api/biz/meetingInfo'; import { formatToDateTime } from '@jeesite/core/utils/dateUtil'; - import { useUserStore } from '@jeesite/core/store/modules/user'; - - const userStore = useUserStore(); - const userinfo = computed(() => userStore.getUserInfo); const emit = defineEmits(['success', 'register']);