From 25c7cdf3ea9c4e63f16bbb52ce40e28bc65dc87c Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期六, 13 九月 2025 11:08:50 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/js/stoMan/stoQue.js
index c138fb7..5600fd5 100644
--- a/src/main/webapp/static/js/stoMan/stoQue.js
+++ b/src/main/webapp/static/js/stoMan/stoQue.js
@@ -125,11 +125,11 @@
                         exportData[this.name] = this.value;
                     });
                     var param = {
-                        'wrkLastno': exportData,
+                        'locMast': exportData,
                         'fields': fields
                     };
                     $.ajax({
-                        url: baseUrl+"/wrkLastno/export/auth",
+                        url: baseUrl+"/locMast/export/auth",
                         headers: {'token': localStorage.getItem('token')},
                         data: JSON.stringify(param),
                         dataType:'json',

--
Gitblit v1.9.1