修复角色分配用户页面接收参数与传递参数类型不一致导致的错误
This commit is contained in:
parent
7be17ea89a
commit
8ee641c1bc
|
@ -64,7 +64,7 @@ export default {
|
|||
props: {
|
||||
// 角色编号
|
||||
roleId: {
|
||||
type: Number
|
||||
type: String
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
|
Loading…
Reference in New Issue