From 97e6a760011ba165be2c9d3bdd9bef585c1058d1 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Tue, 19 Oct 2021 11:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AD=BE=E5=88=B0=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81=20=E8=A7=92=E8=89=B2=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9D=83=E9=99=90=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/incomePayments/meetManage/Attendance.vue | 4 ++-- src/views/system/modules/UserRoleModal.vue | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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){