diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 9a613c1..4dff0aa 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -635,6 +635,8 @@ export default { return this.otherMeetingUrl case '5': return this.committeeMeetingUrl + case '6': + return this.councilMeetingUrl // 为了解决控制台报错写的 default:return this.workGroupMeetingUrl } diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue index 0912176..5e43b19 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue @@ -281,6 +281,8 @@ export default { return this.otherMeetingUrl case '5': return this.committeeMeetingUrl + case '6': + return this.councilMeetingUrl } }, },