修改签到二维码 角色加入数据权限弹窗
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user