fix: 修正中间件、弹窗关闭流程
This commit is contained in:
@@ -848,7 +848,7 @@ layui.define(['jquery', 'i18n', 'element', 'layer', 'form', 'rate', 'table', 'sl
|
||||
location.href = res.url;
|
||||
}
|
||||
|
||||
if (typeof (options.close) !== false) {
|
||||
if (options.close) {
|
||||
admin.event.closeDialog(clickObject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user