[update]起草组

This commit is contained in:
danshihao
2024-01-04 10:25:49 +08:00
parent 7a0b666de9
commit 52b7c1c020
3 changed files with 322 additions and 7 deletions
@@ -146,12 +146,12 @@
<project-detail-modal ref="projectDetail"></project-detail-modal>
<drafting-group-member-unit-module ref="modalForm" @ok="modalFormOk"></drafting-group-member-unit-module>
<working-group-member-set-charge-notice ref="setChargeNotic"
@ok="modalFormOk"></working-group-member-set-charge-notice>
<drafting-group-member-set-charge-notice ref="setChargeNotic"
@ok="modalFormOk"></drafting-group-member-set-charge-notice>
<email-error-msg-modal ref="emailError"></email-error-msg-modal>
<work-group-set-label ref="workGroupSetLabel" @ok="modalFormOk"></work-group-set-label>
<drafting-group-set-label ref="workGroupSetLabel" @ok="modalFormOk"></drafting-group-set-label>
</div>
</template>
@@ -163,11 +163,11 @@ import { getWorkingGroupById, dunningReminder } from '@api/incomePaymentsApi'
import StatusSlot from '../../components/tools/StatusSlot'
import ProjectDetailModal from '../../components/ProjectDetailModal'
import DraftingGroupMemberUnitModule from './modules/DraftingGroupMemberUnitModule'
import WorkingGroupMemberSetChargeNotice from './modules/WorkingGroupMemberSetChargeNotice'
import DraftingGroupMemberSetChargeNotice from './modules/DraftingGroupMemberSetChargeNotice'
import Vue from 'vue'
import { ACCESS_TOKEN } from '../../store/mutation-types'
import PreviewFile from '../../components/jero/PreviewFile'
import WorkGroupSetLabel from './modules/WorkGroupSetLabel'
import DraftingGroupSetLabel from '@views/draftingGroup/modules/DraftingGroupSetLabel'
import EmailErrorMsgModal from '../projectManagement/modules/EmailErrorMsgModal'
// eslint-disable-next-line no-undef,no-unused-vars
@@ -181,10 +181,10 @@ export default {
StatusSlot,
ProjectDetailModal,
DraftingGroupMemberUnitModule,
WorkingGroupMemberSetChargeNotice,
DraftingGroupMemberSetChargeNotice,
PreviewFile,
EmailErrorMsgModal,
WorkGroupSetLabel
DraftingGroupSetLabel
},
mixins: [JeroListMixin],
computed: {