diff --git a/module-form/src/main/resources/templates/form/list.html b/module-form/src/main/resources/templates/form/list.html index 3f71619f..e56d8e65 100644 --- a/module-form/src/main/resources/templates/form/list.html +++ b/module-form/src/main/resources/templates/form/list.html @@ -178,9 +178,8 @@ top.dialog.close(index); var layIndex; top.restAjax.delete(top.restAjax.path('api/form/remove/{ids}', [ids]), {}, null, function (code, data) { - top.dialog.msg(top.dataMessage.deleteSuccess, {time: 1000}, function () { - reloadTable(); - }); + top.dialog.msg(top.dataMessage.deleteSuccess, {time: 1000}); + reloadTable(); }, function (code, data) { top.dialog.msg(data.msg); }, function () {