|
|
|
@ -2137,7 +2137,16 @@ export default { |
|
|
|
|
} |
|
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
|
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,10,"+this.goodState[i].id,"type": ""})} |
|
|
|
|
console.log('this.goodState=>',this.goodState) |
|
|
|
|
let id |
|
|
|
|
for (var i=0;i<this.goodState.length;i++){ |
|
|
|
|
if(this.goodState[i].id == 432) { |
|
|
|
|
id = 443 |
|
|
|
|
}else { |
|
|
|
|
id = this.goodState[i].id |
|
|
|
|
} |
|
|
|
|
formList.push({"answerId":id , "emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,10,"+id,"type": ""}) |
|
|
|
|
} |
|
|
|
|
let params= { |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,10', |
|
|
|
|
lcJudgmentRuleReq:formList, |
|
|
|
|