From 4a615ac9fb9a871a53ee071bf2046c41e8caad19 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 28 三月 2022 11:13:42 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/orderTable.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js index e775a03..2225c57 100644 --- a/src/main/webapp/static/js/orderTable.js +++ b/src/main/webapp/static/js/orderTable.js @@ -55,7 +55,7 @@ /* 琛ㄦ牸閲嶇疆 */ form.on('submit(originTbReset)', function (data) { insTb.reload({where: null}); - insTb2.reload({where: {host_id: null}, page: {curr: 1}}); + insTb2.reload({where: null, page: {curr: 1}}); return false; }); -- Gitblit v1.9.1