修改BUG:更改Id为id

This commit is contained in:
Argo-MacBookPro 2018-06-08 07:43:00 +08:00
parent a5505987fe
commit a540711916
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
nestMenu: function (callback) {
var $this = $(this);
$.bc({
Id: 0, url: Menu.url, data: { type: "user" }, swal: false,
id: 0, url: Menu.url, data: { type: "user" }, swal: false,
callback: function (result) {
var html = "";
if ($.isArray(result)) html = cascadeMenu(result);