From ea3473a9fe7318a132daf65689a46cccdf9bceb9 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期一, 25 五月 2020 10:38:15 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/report/workIn.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/report/workIn.js b/src/main/webapp/static/js/report/workIn.js
index af4e477..5557b91 100644
--- a/src/main/webapp/static/js/report/workIn.js
+++ b/src/main/webapp/static/js/report/workIn.js
@@ -11,7 +11,7 @@
     tableIns = table.render({
         elem: '#workIn',
         headers: {token: localStorage.getItem('token')},
-        url: '/report/viewWorkInList.action',
+        url: baseUrl+'/report/viewWorkInList.action',
         page: true,
         limit: 10,
         toolbar: '#toolbar',
@@ -98,7 +98,7 @@
                         'fields': fields
                     };
                     $.ajax({
-                        url: "/report/viewWorkInExport.action",
+                        url: baseUrl+"/report/viewWorkInExport.action",
                         headers: {'token': localStorage.getItem('token')},
                         data: JSON.stringify(param),
                         dataType:'json',

--
Gitblit v1.9.1