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