From c1cd979992d45347dcbca48e24e6502db7a3831b Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 31 三月 2022 10:19:53 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/orderTable.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js index e775a03..5d4c8b1 100644 --- a/src/main/webapp/static/js/orderTable.js +++ b/src/main/webapp/static/js/orderTable.js @@ -1,3 +1,4 @@ +var insTb; layui.config({ base: baseUrl + "/static/layui/lay/modules/" // 閰嶇疆妯″潡鎵�鍦ㄧ殑鐩綍 }).use(['table','laydate', 'form', 'admin'], function() { @@ -10,7 +11,7 @@ /****************************************** 宸﹁竟琛� *************************************************/ - var insTb = table.render({ + insTb = table.render({ elem: '#originTable', url: baseUrl + '/order/nav/list/auth', height: 'full-120', @@ -55,7 +56,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