fix(#I13MQ4): 保存菜单时刷新侧边栏

#Comment
comment #I13MQ4

#Issue
link https://gitee.com/LongbowEnterprise/dashboard/issues?id=I13MQ4
This commit is contained in:
Argo Zhang 2019-11-14 16:24:26 +08:00
parent 926e254264
commit 9f832c365e
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@
callback: function (result) {
if (result) {
$(options.bootstrapTable).bootstrapTable('refresh');
handlerCallback.call(that, null, element, { oper: 'save', success: result, data: options.data });
handlerCallback.call(that, null, element, { oper: 'save', success: result, data: [options.data] });
}
}
});