|
@@ -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);
|