修改签到二维码 角色加入数据权限弹窗

This commit is contained in:
fengachen
2021-10-19 11:14:57 +08:00
parent cbd2687c58
commit 97e6a76001
2 changed files with 6 additions and 6 deletions
@@ -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: {
+4 -4
View File
@@ -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){