Update admin.js

This commit is contained in:
邹景立 2021-05-13 15:58:51 +08:00
parent 8757edc409
commit dec53f9ca9

View File

@ -830,7 +830,7 @@ $(function () {
$.msg.tips('请求地址不能为空!');
} else (function (confirm, callback) {
confirm ? $.msg.confirm(confirm, callback) : callback();
})(this.dataset.confirm, function () {
})(e.target.dataset.confirm, function () {
$.form.load(e.target.dataset.queue, {}, 'post', function (ret) {
if (typeof ret.data === 'string' && ret.data.indexOf('Q') === 0) {
return $.loadQueue(ret.data, true), false;