zhengkaixin 4 年之前
父节点
当前提交
e44daef6cc

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