From c37fec0e03f244d3270e890b1efe566c9757f5a8 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 17 Mar 2021 11:23:13 +0800
Subject: [PATCH] 分销订单0317

---
 zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-order.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-order.html b/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-order.html
index 92aafbd..e51082a 100644
--- a/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-order.html
+++ b/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-order.html
@@ -468,6 +468,7 @@
                     callback: function (data) {
                         _this.orderLevelList.rows = data.rows;
                         _this.orderLevelList.total = data.total;
+                        _this.loadFenxiaoOrderBasic();
                     }
                 });
             },
@@ -518,6 +519,7 @@
                     callback: function (data) {
                         _this.fxyList.rows = data.rows;
                         _this.fxyList.total = data.total;
+                        _this.loadFenxiaoOrderBasic();
                     }
                 });
             },

--
Gitblit v1.9.1