diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 9c95365..409f2ea 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -602,9 +602,9 @@ export default { signUpHerfUrl() { return `${window._CONFIG['singUpQRCodeURL']}?id=${this.$route.query.id}` }, - // 签到地址 + // 签到地址 只给一个会议id signInUrl() { - return `${window._CONFIG['signInUrl']}?id=${this.$route.query.id}` + return this.$route.query.id } }, methods: { diff --git a/src/views/system/modules/UserRoleModal.vue b/src/views/system/modules/UserRoleModal.vue index 8080361..6bc85f6 100644 --- a/src/views/system/modules/UserRoleModal.vue +++ b/src/views/system/modules/UserRoleModal.vue @@ -82,10 +82,10 @@ }, methods: { onTreeNodeSelect(id){ - // if(id && id.length>0){ - // this.selectedKeys = id - // } - // this.$refs.datarule.show(this.selectedKeys[0],this.roleId) + if(id && id.length>0){ + this.selectedKeys = id + } + this.$refs.datarule.show(this.selectedKeys[0],this.roleId) }, onCheck (o) { if(this.checkStrictly){