fix(#I13MQ4): 保存菜单时刷新侧边栏
#Comment comment #I13MQ4 #Issue link https://gitee.com/LongbowEnterprise/dashboard/issues?id=I13MQ4
This commit is contained in:
parent
926e254264
commit
9f832c365e
|
@ -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] });
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue