From 23f3afa2a869a01e063875c9519dae7419e8a767 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 31 十月 2022 10:57:26 +0800
Subject: [PATCH] #合并出库服务器错误问题修复

---
 src/main/webapp/static/js/stoMan/stoQue.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/js/stoMan/stoQue.js
index 7034345..a4630e5 100644
--- a/src/main/webapp/static/js/stoMan/stoQue.js
+++ b/src/main/webapp/static/js/stoMan/stoQue.js
@@ -178,7 +178,7 @@
             maxmin: true,
             area: [top.detailWidth, top.detailHeight],
             shadeClose: true,
-            content: '../report/locDetlGroup.html',
+            content: '../report/locDetl.html',
             success: function(layero, index){
             }
         });

--
Gitblit v1.9.1