Bladeren bron

更改入参数据

wangguangping 3 jaren geleden
bovenliggende
commit
5404d784c6
1 gewijzigde bestanden met toevoegingen van 8 en 2 verwijderingen
  1. 8 2
      src/pages/main/advertising/acceptanceSituation.vue

+ 8 - 2
src/pages/main/advertising/acceptanceSituation.vue

@@ -554,14 +554,20 @@ export default {
         //     this.params.woId = this.$route.query.woId;
         //     this.params.pcId = this.$route.query.pcId;
         // }
-        this.getList(this.params, 1);
-        this.getUser();
+        
 
         let jumpParams = JSON.parse(sessionStorage.getItem("jumpParams"))
         this.params.cityWoId = jumpParams.cityWoId;
         this.params.countyWoId = jumpParams.countyWoId;
         this.params.woId = jumpParams.woId;
         this.params.pcId = jumpParams.pcId;
+
+
+        this.params.woCityId = jumpParams.cityWoId;
+        this.params.id = jumpParams.countyWoId;
+
+        this.getList(this.params, 1);
+        this.getUser();
     },
     watch: {
         $route() {