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