mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修复自动关闭弹框错误
This commit is contained in:
@@ -1972,7 +1972,7 @@
|
||||
if (typeof preposeCallback === 'function') {
|
||||
dataField = preposeCallback(dataField);
|
||||
}
|
||||
admin.api.form(url, dataField, ok, no, ex, refresh);
|
||||
admin.api.form(url, dataField, ok, no, ex, refresh, close);
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user