Explorar o código

修复角色分配用户页面接收参数与传递参数类型不一致导致的错误

稚屿 %!s(int64=3) %!d(string=hai) anos
pai
achega
8ee641c1bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-ui/src/views/system/role/selectUser.vue

+ 1 - 1
ruoyi-ui/src/views/system/role/selectUser.vue

@@ -64,7 +64,7 @@ export default {
   props: {
     // 角色编号
     roleId: {
-      type: Number
+      type: String
     }
   },
   data() {