From c902e238626f737a224325ac503706c45f2f247f Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 16 九月 2025 13:02:20 +0800
Subject: [PATCH] 站点转移任务完成延迟10秒转历史
---
src/main/webapp/static/js/pakStore/emptyOut.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/pakStore/emptyOut.js b/src/main/webapp/static/js/pakStore/emptyOut.js
index 8bbc97c..5b934a7 100644
--- a/src/main/webapp/static/js/pakStore/emptyOut.js
+++ b/src/main/webapp/static/js/pakStore/emptyOut.js
@@ -37,11 +37,11 @@
tableIns = table.render({
elem: '#locMast',
headers: {token: localStorage.getItem('token')},
- url: baseUrl+'/locMast/list/auth',
+ url: baseUrl+'/locMast/emptyList/auth',
page: true,
limit: 16,
limits: [16, 30, 50, 100, 200, 500],
- where: {loc_sts: "D"},
+ where: {},
even: true,
toolbar: '#toolbar',
defaultToolbar: ['filter'],
--
Gitblit v1.9.1