refactor(#IW0RV): 移除debugger关键字
#Comment comment #IW0RV #Issue link https://gitee.com/LongbowEnterprise/dashboard/issues?id=IW0RV
This commit is contained in:
parent
e6b61ee165
commit
c7c46d7438
|
@ -56,7 +56,6 @@
|
||||||
id: 0, url: Menu.url, query: { type: "user" }, method: "post",
|
id: 0, url: Menu.url, query: { type: "user" }, method: "post",
|
||||||
callback: function (result) {
|
callback: function (result) {
|
||||||
var html = "";
|
var html = "";
|
||||||
debugger;
|
|
||||||
if ($.isArray(result)) html = cascadeMenu(result);
|
if ($.isArray(result)) html = cascadeMenu(result);
|
||||||
$this.find('ol:first').html(html);
|
$this.find('ol:first').html(html);
|
||||||
$this.nestable();
|
$this.nestable();
|
||||||
|
|
Loading…
Reference in New Issue