Skip to content

Commit 39ad319

Browse files
committed
fix error
1 parent e48de57 commit 39ad319

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

simpleui/templates/admin/actions.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -412,13 +412,6 @@
412412
var data_name = $(this).attr('data-name');
413413
var _vue = new Vue();
414414

415-
// 解决勾选记录后,点击 导入/导出 按钮,触发 action 请求,导致 导入/导出 请求中断,并提示 未选择动作
416-
if (data_name === 'export_admin_action' || data_name === 'import_admin_action' ||
417-
data_name === 'export_admin_action') {
418-
e.preventDefault(); // 阻止默认的表单提交
419-
return;
420-
}
421-
422415
//这边处理弹出层对话框
423416
if (eid) {
424417
for (var i in _action.customButton) {

0 commit comments

Comments
 (0)