feat: 会议提交剩余时间+解冻 + 会务/劳务材料批量下载 + 多角色人员/账号模块完善
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -167,9 +167,12 @@ async function load() {
|
||||
const type = r.announcementType || '公示'
|
||||
// 根据 announcementType 选择对应 URL
|
||||
const urlMap = {
|
||||
invitation: r.invitationUrl,
|
||||
support: r.supportLetterUrl,
|
||||
publish: r.publishUrl
|
||||
invitation: r.invitationUrl,
|
||||
support: r.supportLetterUrl,
|
||||
supportLetter: r.supportLetterUrl,
|
||||
publish: r.publishUrl,
|
||||
notice: r.publishUrl,
|
||||
schedule: r.scheduleUrl
|
||||
}
|
||||
return {
|
||||
annId: r.projectId,
|
||||
|
||||
Reference in New Issue
Block a user