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 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/orderTable.js b/src/main/webapp/static/js/orderTable.js index 2225c57..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', -- Gitblit v1.9.1