From f4084478ebe9c4599b99275c90f4f0b87abc4253 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期一, 25 五月 2020 11:04:37 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/report/inOut.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/report/inOut.js b/src/main/webapp/static/js/report/inOut.js
index 36a37b1..add532f 100644
--- a/src/main/webapp/static/js/report/inOut.js
+++ b/src/main/webapp/static/js/report/inOut.js
@@ -11,7 +11,7 @@
tableIns = table.render({
elem: '#inOut',
headers: {token: localStorage.getItem('token')},
- url: '/report/viewInOutList.action',
+ url: baseUrl+'/report/viewInOutList.action',
page: true,
limit: 10,
toolbar: '#toolbar',
@@ -89,7 +89,7 @@
'fields': fields
};
$.ajax({
- url: "/report/viewInOutList.action",
+ url: baseUrl+"/report/viewInOutList.action",
headers: {'token': localStorage.getItem('token')},
data: JSON.stringify(param),
dataType:'json',
--
Gitblit v1.9.1