xyh8905170 преди 2 години
родител
ревизия
dd26dd8bd3
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 6 1
      myPages/systemSwitch/index.vue

+ 6 - 1
myPages/systemSwitch/index.vue

@@ -556,7 +556,12 @@ export default {
         if (this.isSelect === true) {
           this.$refs.popup.close()
           // this.getOldMember();
-          this.getOrderRechargeOldList()
+          if (this.currentServiceTab == 'orderTab1'){
+            this.getOrderRechargeOldList()
+          }else {
+            this.getOrderConsumeLogOld();
+          }
+
           if (this.currentStep < this.steps.length - 1) {
             this.currentStep++;
           }