update 会议纪要弹框和导出压缩包名称调整

This commit is contained in:
danshihao
2024-03-19 15:55:14 +08:00
parent f3766cee31
commit d564a994d1
@@ -143,8 +143,10 @@ export default {
this.meetingId = record.id
// 会议资料与会议纪要的回显
if (type === '1') {
this.title = '会议纪要'
this.meetingFileIds = this.model.meetingMinute ? this.model.meetingMinute : ''
} else if (type === '2') {
this.title = '上传文件'
this.meetingFileIds = this.model.meetingData ? this.model.meetingData : ''
}
if (this.meetingFileIds && this.meetingFileIds !== '') {