From f2d2c8d390a6d284495c11895537d8172271cfaf Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 03 Mar 2023 15:11:38 +0800
Subject: [PATCH] 关闭sql打印

---
 src/main/resources/templates/febs/views/modules/order/deliverGoods.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/order/deliverGoods.html b/src/main/resources/templates/febs/views/modules/order/deliverGoods.html
index 5d93b0c..8767bc4 100644
--- a/src/main/resources/templates/febs/views/modules/order/deliverGoods.html
+++ b/src/main/resources/templates/febs/views/modules/order/deliverGoods.html
@@ -98,7 +98,7 @@
             febs.post(ctx + 'admin/order/deliverGoods', data.field, function () {
                 layer.closeAll();
                 febs.alert.success('操作成功');
-                $('#febs-order').find('#reset').click();
+                $('#febs-order').find('#query').click();
             });
             return false;
         });

--
Gitblit v1.9.1