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() {