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