[update 功能安全中心会议] 完善
This commit is contained in:
@@ -1062,10 +1062,10 @@ export default {
|
||||
formData.meetingType = '7'
|
||||
formData.draftingGroupId = this.$route.query.draftingGroupProjectId
|
||||
}
|
||||
// 如果是 应用安全中心 来的加上id和会议类型
|
||||
// 如果是 功能安全中心 来的加上id和会议类型
|
||||
if (this.isSafetyCenterId) {
|
||||
formData.meetingType = MeetingTypeEnums.safetyCenter.value
|
||||
formData.projectId = this.$route.query.safetyCenterId
|
||||
formData.safetyCenterId = this.$route.query.safetyCenterId
|
||||
}
|
||||
// 转换召开时间
|
||||
formData.startTime = this.newConvokeTime[0]
|
||||
|
||||
@@ -115,6 +115,7 @@
|
||||
import JImageUpload from '@comp/jero/JImageUpload'
|
||||
import {httpAction} from '@api/manage'
|
||||
import {getSingUpUserInfo} from '@api/incomeMeetingApi'
|
||||
import {MeetingTypeEnums} from '@/enums/commonEnums'
|
||||
|
||||
export default {
|
||||
name: 'AuditModal',
|
||||
@@ -342,6 +343,9 @@ export default {
|
||||
return this.councilMeetingUrl
|
||||
case '7':
|
||||
return this.draftGroupMeetingUrl
|
||||
// 功能安全中心
|
||||
case MeetingTypeEnums.safetyCenter.value:
|
||||
return this.safetyCenterMeetingUrl
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user