From 3c6f6c1e3016e38146a4c46be6e7b625c35591f2 Mon Sep 17 00:00:00 2001
From: zhai <1528081232@qq.com>
Date: 星期四, 18 十二月 2025 11:49:18 +0800
Subject: [PATCH] 1、添加报表 2、修改添加报表报错

---
 src/main/webapp/WEB-INF/view/gh/label/labelIndex.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/WEB-INF/view/gh/label/labelIndex.jsp b/src/main/webapp/WEB-INF/view/gh/label/labelIndex.jsp
index 005a897..2288e8c 100644
--- a/src/main/webapp/WEB-INF/view/gh/label/labelIndex.jsp
+++ b/src/main/webapp/WEB-INF/view/gh/label/labelIndex.jsp
@@ -162,7 +162,7 @@
             var wjlx = $("#WJLX").combobox("getValue");
             var idList = params.ids;
             wcp.ui.setBusy("body", wcp.ajax({
-                url: "catYswjxx/updateFileType?fileType=" + wjlx,
+                url: "catYswjxx/printLabel?fileType=" + wjlx + "&type=" + type,
                 data: JSON.stringify(idList)
             }).done(function (result) {
                 //鍒ゆ柇鏄惁闇�瑕佹墽琛屽洖璋冨嚱鏁�

--
Gitblit v1.9.1