Browse Source

一些功能

Kirin 4 years ago
parent
commit
0eb9728a1f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/admin/view/order/store_order/exchange_order.php

+ 0 - 4
app/admin/view/order/store_order/exchange_order.php

@@ -292,12 +292,10 @@
             watch: {
             watch: {
                 'where.status': function () {
                 'where.status': function () {
                     this.where.excel = 0;
                     this.where.excel = 0;
-                    this.getBadge();
                     layList.reload(this.where, true);
                     layList.reload(this.where, true);
                 },
                 },
                 'where.data': function () {
                 'where.data': function () {
                     this.where.excel = 0;
                     this.where.excel = 0;
-                    this.getBadge();
                     layList.reload(this.where, true);
                     layList.reload(this.where, true);
                 },
                 },
             },
             },
@@ -314,12 +312,10 @@
                 },
                 },
                 search: function () {
                 search: function () {
                     this.where.excel = 0;
                     this.where.excel = 0;
-                    this.getBadge();
                     layList.reload(this.where, true);
                     layList.reload(this.where, true);
                 },
                 },
                 refresh: function () {
                 refresh: function () {
                     layList.reload();
                     layList.reload();
-                    this.getBadge();
                 },
                 },
                 excel: function () {
                 excel: function () {
                     this.where.excel = 1;
                     this.where.excel = 1;