修改BUG:菜单页面脚本ID更改为Id
This commit is contained in:
parent
8a93e4ed9b
commit
37cf2565d8
|
@ -16,7 +16,7 @@
|
|||
url: Role.url,
|
||||
dataEntity: new DataEntity({
|
||||
map: {
|
||||
ID: "roleID",
|
||||
Id: "roleID",
|
||||
RoleName: "roleName",
|
||||
Description: "roleDesc"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue