mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
fix: 优化任务进度样式
This commit is contained in:
parent
c18a05d05b
commit
324adce37e
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user