优化代码生成

This commit is contained in:
Ricky
2021-07-30 18:35:52 +08:00
parent 8057dcc4fc
commit 52f8693e1d
5 changed files with 33 additions and 33 deletions

View File

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