【开发】 理事会的参会情况url修改

This commit is contained in:
fengachen
2021-12-15 13:52:12 +08:00
parent 8d9ff8d6f4
commit ff1914deae
2 changed files with 4 additions and 0 deletions
@@ -635,6 +635,8 @@ export default {
return this.otherMeetingUrl
case '5':
return this.committeeMeetingUrl
case '6':
return this.councilMeetingUrl
// 为了解决控制台报错写的
default:return this.workGroupMeetingUrl
}
@@ -281,6 +281,8 @@ export default {
return this.otherMeetingUrl
case '5':
return this.committeeMeetingUrl
case '6':
return this.councilMeetingUrl
}
},
},