【bug】不同参会情况的标题修改
This commit is contained in:
@@ -365,13 +365,20 @@ export default {
|
||||
* 参会情况
|
||||
* */
|
||||
toAttendance(record) {
|
||||
const that = this
|
||||
let path =''
|
||||
let meetingType = this.$route.query.meetingType + ''
|
||||
// 分标委会议与标协会议的跳转
|
||||
if(meetingType === '2' ){
|
||||
path = '/incomePayments/meetManage/AttendanceStandardsMeeting'
|
||||
}else if(meetingType === '5'){
|
||||
path = '/incomePayments/meetManage/AttendanceCommitteeMeeting'
|
||||
}
|
||||
this.$router.push({
|
||||
path: '/incomePayments/meetManage/Attendance',
|
||||
path: path,
|
||||
query: {
|
||||
id: record.id,
|
||||
meetingName: record.meetingName,
|
||||
meetingType:that.$route.query.meetingType + ''
|
||||
meetingType:meetingType
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user