From 2516ef204b3459ad2073a48e4a13db97440ac227 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 09 四月 2021 19:07:16 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/order/order.js | 5 +++++
src/main/webapp/views/order/order.html | 3 +++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index a5d4861..1df6375 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -224,6 +224,11 @@
insTb2.reload({where: data.field, page: {curr: 1}});
return false;
});
+ /* 琛ㄦ牸2閲嶇疆 */
+ form.on('submit(orderTbReset)', function (data) {
+ insTb2.reload({page: {curr: 1}});
+ return false;
+ });
/* 琛ㄦ牸2宸ュ叿鏉$偣鍑讳簨浠� */
table.on('tool(orderTable)', function (obj) {
diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index 5a5f4f1..866d3d6 100644
--- a/src/main/webapp/views/order/order.html
+++ b/src/main/webapp/views/order/order.html
@@ -95,6 +95,9 @@
<button class="layui-btn icon-btn" lay-filter="orderTbSearch" lay-submit>
<i class="layui-icon"></i>鎼滅储
</button>
+ <button class="layui-btn icon-btn" lay-filter="orderTbReset" lay-submit>
+ <i class="layui-icon"></i>閲嶇疆
+ </button>
</div>
</div>
</form>
--
Gitblit v1.9.1