|
@@ -1013,6 +1013,7 @@ export default {
|
|
|
this.cMkAdvMetirialWoInfoSubmit.woId = this.params.woId;
|
|
|
this.cMkAdvMetirialWoInfoSubmit.cityWoId = this.params.cityWoId;
|
|
|
this.cMkAdvMetirialWoInfoSubmit.remark = this.approvalinfolist.opinion;
|
|
|
+ console.log(this.cMkAdvMetirialWoInfoSubmit);
|
|
|
if (this.approvalinfolist.opinionradio == 1) {
|
|
|
this.cMkAdvMetirialWoInfoSubmit.woSts = "1";
|
|
|
if (this.userListOpt == null) {
|
|
@@ -1252,15 +1253,18 @@ export default {
|
|
|
|
|
|
// this.params.countryWoId = this.$route.query.countyWoId;
|
|
|
|
|
|
-
|
|
|
if(this.params.btnS == 1){
|
|
|
//确认结果路由
|
|
|
this.isBtnShow = true
|
|
|
+ this.params.cityWoId = this.$route.query.cityWoId;
|
|
|
+
|
|
|
+
|
|
|
}else if(this.params.btnS == 2){
|
|
|
//确认结果路由
|
|
|
this.isBtnShow = false;
|
|
|
this.params.cityWoId = this.$route.query.cityWoId;
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
this.getList(this.params, 1);
|
|
|
this.getUser();
|