修复自动关闭弹框错误

This commit is contained in:
augushong
2024-10-16 10:25:40 +08:00
parent f5a0f82efd
commit 0196920236

View File

@@ -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;
});