diff --git a/plugin/think-plugs-static/stc/public/static/plugs/admin/queue.js b/plugin/think-plugs-static/stc/public/static/plugs/admin/queue.js index 82d0d9dc7..2dbb7f789 100644 --- a/plugin/think-plugs-static/stc/public/static/plugs/admin/queue.js +++ b/plugin/think-plugs-static/stc/public/static/plugs/admin/queue.js @@ -21,7 +21,7 @@ define(function () { function Queue(code, doScript, element) { let queue = this; (this.doAjax = true) && (this.doReload = false) || layer.open({ - type: 1, title: false, area: ['560px', '315px'], anim: 2, shadeClose: false, end: function () { + type: 1, title: false, area: ['560px', '318px'], anim: 2, shadeClose: false, end: function () { queue.doAjax = queue.doReload && doScript && $.layTable.reload(((element || {}).dataset || {}).tableId || true) && false; }, content: laytpl(template).render({code: code}), success: function ($elem) { new Progress($elem, code, queue, doScript);