From 4f0d9bde31a80f6279e26466250da7716eec627f Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期四, 18 十二月 2025 09:15:05 +0800
Subject: [PATCH] 提交成果资料按钮调整

---
 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