From 37cf2565d888c8022e579b0fc7b49aefca0e0603 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Thu, 13 Apr 2017 15:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E8=84=9A=E6=9C=ACID=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=B8=BAId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Scripts/Roles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Scripts/Roles.js b/Bootstrap.Admin/Scripts/Roles.js index 2d812f88..557951e2 100644 --- a/Bootstrap.Admin/Scripts/Roles.js +++ b/Bootstrap.Admin/Scripts/Roles.js @@ -16,7 +16,7 @@ url: Role.url, dataEntity: new DataEntity({ map: { - ID: "roleID", + Id: "roleID", RoleName: "roleName", Description: "roleDesc" }