From 937f69c1060ac7acbd0f6e664f73c71a0fcc46d6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 28 三月 2022 13:12:03 +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