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 +++++ 1 files changed, 5 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) { -- Gitblit v1.9.1