【开发】 理事会的参会情况url修改
This commit is contained in:
@@ -635,6 +635,8 @@ export default {
|
|||||||
return this.otherMeetingUrl
|
return this.otherMeetingUrl
|
||||||
case '5':
|
case '5':
|
||||||
return this.committeeMeetingUrl
|
return this.committeeMeetingUrl
|
||||||
|
case '6':
|
||||||
|
return this.councilMeetingUrl
|
||||||
// 为了解决控制台报错写的
|
// 为了解决控制台报错写的
|
||||||
default:return this.workGroupMeetingUrl
|
default:return this.workGroupMeetingUrl
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -281,6 +281,8 @@ export default {
|
|||||||
return this.otherMeetingUrl
|
return this.otherMeetingUrl
|
||||||
case '5':
|
case '5':
|
||||||
return this.committeeMeetingUrl
|
return this.committeeMeetingUrl
|
||||||
|
case '6':
|
||||||
|
return this.councilMeetingUrl
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user