From 464b41d1c0098dde4738c0577c5e6f162b46b349 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期四, 31 三月 2022 10:38:17 +0800 Subject: [PATCH] . --- src/main/webapp/static/js/order/order.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index 14e4c5f..eeac82c 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -227,11 +227,13 @@ }); /* 琛ㄦ牸2鎼滅储 */ form.on('submit(orderTbSearch)', function (data) { + insTb2.reload({where: data.field, page: {curr: 1}}); return false; }); /* 琛ㄦ牸2閲嶇疆 */ form.on('submit(orderTbReset)', function (data) { + $("#orderNo").val(""); insTb2.reload({where: null,page: {curr: 1}}); return false; }); -- Gitblit v1.9.1