修改禅道已知bug
This commit is contained in:
@@ -361,7 +361,7 @@
|
||||
getAction(this.url.getLoginUserType, params).then((res) => {
|
||||
if (res.success) {
|
||||
this.getTableList(res.result[0].value)
|
||||
this.$emit('LoginUserType', res.result)
|
||||
this.$emit('LoginUserType', res.result,this.currentPersonRole)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user