From 15047d62d27fbe4f99b7f93292c2cf9709b7cc97 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 03 四月 2024 08:53:39 +0800
Subject: [PATCH] Merge branch 'Four-Way-Rack' of http://47.97.1.152:5880/r/zy-asrs-master into Four-Way-Rack
---
zy-asrs-wms/src/main/webapp/static/js/handWrkMast/handWrkMast.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/static/js/handWrkMast/handWrkMast.js b/zy-asrs-wms/src/main/webapp/static/js/handWrkMast/handWrkMast.js
index 686640d..267267c 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/handWrkMast/handWrkMast.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/handWrkMast/handWrkMast.js
@@ -11,9 +11,9 @@
tableIns = table.render({
elem: '#wrkMast',
headers: {token: localStorage.getItem('token')},
- url: baseUrl+'/wrkMastLog/list/auth',
+ url: baseUrl+'/wrkMastLog/page/auth',
page: true,
- where: {manu_type : '鎵嬪姩'},
+ where: {},
limit: 50,
limits: [50, 100, 200, 500],
even: true,
--
Gitblit v1.9.1