修改BUG:菜单页面脚本ID更改为Id

This commit is contained in:
Argo-Lenovo 2017-04-13 15:54:12 +08:00
parent 8a93e4ed9b
commit 37cf2565d8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
url: Role.url,
dataEntity: new DataEntity({
map: {
ID: "roleID",
Id: "roleID",
RoleName: "roleName",
Description: "roleDesc"
}