wangguangping 3 anni fa
parent
commit
22ae508c46

+ 6 - 2
src/pages/main/advertising/materialApplicationExa.vue

@@ -1249,13 +1249,17 @@ export default {
         if (JSON.stringify(this.$route.query) != "{}") {
             this.params.woId = this.$route.query.id;
             this.params.btnS = this.$route.query.btnS;
-            this.params.cityWoId = this.$route.query.cityWoId;
+            
+            // this.params.countryWoId = this.$route.query.countyWoId;
+
+
             if(this.params.btnS == 1){
                 //确认结果路由
                 this.isBtnShow = true
             }else if(this.params.btnS == 2){
                 //确认结果路由
-                this.isBtnShow = false
+                this.isBtnShow = false;
+                this.params.cityWoId = this.$route.query.cityWoId;
             }
         }
         this.getList(this.params, 1);

+ 1 - 1
src/pages/main/advertising/subtaskList.vue

@@ -209,7 +209,7 @@ export default {
                     //     })
                     this.$router.push({
                                 path: '/materialApplicationExa',
-                                query: {id: this.params.woId, btnS: 2}
+                                query: {id: this.params.woId, btnS: 2, cityWoId: n.id}
                         })
 
                 }else if(v === 2){