From 873f0e8c1bad2dc77affd40d381919ac26317d39 Mon Sep 17 00:00:00 2001
From: 18516761980 <56479841@qq.com>
Date: 星期二, 21 六月 2022 15:29:37 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/luxiaotao1123/zy-asrs into hylyasrs

---
 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