添加会议的权限修改

This commit is contained in:
fengachen
2021-10-09 14:44:41 +08:00
parent de1e635cd1
commit a3f4576119
6 changed files with 56 additions and 17 deletions
@@ -276,7 +276,8 @@ export default {
this.$router.push({
path: '/incomePayments/meetManage/AddOrDetailMeet',
query: {
workingGroupProjectId: currentId
workingGroupProjectId: currentId,
meetingType:'1'
}
})
},