zhengkaixin преди 4 години
родител
ревизия
e44daef6cc
променени са 2 файла, в които са добавени 6 реда и са изтрити 12 реда
  1. 3 6
      src/projects/business/views/Master/Mine/Bill/Pay.vue
  2. 3 6
      src/projects/pension/views/Master/Mine/Bill/Pay.vue

+ 3 - 6
src/projects/business/views/Master/Mine/Bill/Pay.vue

@@ -244,15 +244,12 @@
 
 
             },asynCallBack(){
-                if(this.$route.query.exchange){
-                    this.getDetail();
-                }
+
             },
         },
         mounted() {
-            if(!this.$route.query.exchange){
-                this.getDetail();
-            }
+
+            this.getDetail();
 
         },
         destroyed() {

+ 3 - 6
src/projects/pension/views/Master/Mine/Bill/Pay.vue

@@ -244,15 +244,12 @@
 
 
             },asynCallBack(){
-                if(this.$route.query.exchange){
-                    this.getDetail();
-                }
+
             },
         },
         mounted() {
-            if(!this.$route.query.exchange){
-                this.getDetail();
-            }
+
+            this.getDetail();
 
         },
         destroyed() {