update 会议纪要弹框和导出压缩包名称调整
This commit is contained in:
@@ -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 !== '') {
|
||||
|
||||
Reference in New Issue
Block a user