From 2b02dbd3275136f571afe36626b851519015691e Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期二, 19 八月 2025 16:28:49 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/order/out.js |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js
index 9123594..14e31ec 100644
--- a/src/main/webapp/static/js/order/out.js
+++ b/src/main/webapp/static/js/order/out.js
@@ -332,7 +332,7 @@
                         }
                         ,yes: function(layerIndex, layero){
                             // 绔嬪嵆鍑哄簱鎸夐挳鐐瑰嚮 鈫� 鍏堣姹備笅鎷夊垪琛�
-                            let loadIndex = layer.load(10);
+                            let loadIndex = layer.load(2);
                             $.ajax({
                                 url: baseUrl + "/getMesOrder/auth", // 浣犳彁渚涚殑鎺ュ彛
                                 headers: {'token': localStorage.getItem('token')},
@@ -349,11 +349,14 @@
                                             success: function(layero2, index2){
                                                 // 娓叉煋涓嬫媺妗�
                                                 let select = $(layero2).find('#batchSelectStaBox');
-                                                select.empty().append(`<option value="">璇烽�夋嫨缁勮揣鍗曞彿</option>`); // 淇濇寔榛樿绌�
+                                                select.empty().append(`<option value="">璇烽�夋嫨缁勮揣鍗曞彿</option>`);
                                                 res.data.forEach(item => {
                                                     select.append(`<option value="${item}">${item}</option>`);
                                                 });
-                                                layui.form.render('select'); // 閲嶆柊娓叉煋涓嬫媺妗�
+                                                // 娉ㄦ剰杩欓噷 select 瑕佸姞 lay-search 灞炴��
+                                                select.attr("lay-search", "");
+                                                layui.form.render('select');
+
 
 
                                                 // 纭鎸夐挳

--
Gitblit v1.9.1