|
|
|
@ -126,7 +126,52 @@ export default{ |
|
|
|
|
let servicesPasswordRelieveLost = sessionStorage.getItem('servicesPasswordRelieveLost') |
|
|
|
|
let servicesPasswordRelieveLost2 = sessionStorage.getItem('servicesPasswordRelieveLost2') |
|
|
|
|
let servicesPasswordRelievePassword = sessionStorage.getItem('servicesPasswordRelievePassword') |
|
|
|
|
|
|
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
|
let formList = [ |
|
|
|
|
{ |
|
|
|
|
"answerId":'337', |
|
|
|
|
"emptyOne": "", |
|
|
|
|
"emptyTwo": "", |
|
|
|
|
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,336,337,338", |
|
|
|
|
"type": "" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
let params= { |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336,337', |
|
|
|
|
lcJudgmentRuleReq:formList, |
|
|
|
|
projectId:+projectId, |
|
|
|
|
startTime:startTime, |
|
|
|
|
} |
|
|
|
|
addOperation(params).then((data)=>{ |
|
|
|
|
this.$message({ |
|
|
|
|
message: '提交成功', |
|
|
|
|
type: 'success' |
|
|
|
|
}); |
|
|
|
|
}).catch((error)=>{ |
|
|
|
|
}) |
|
|
|
|
let formLists = [ |
|
|
|
|
{ |
|
|
|
|
"answerId":'341', |
|
|
|
|
"emptyOne": "", |
|
|
|
|
"emptyTwo": "", |
|
|
|
|
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,336,341,13", |
|
|
|
|
"type": "" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
let param= { |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336,341', |
|
|
|
|
lcJudgmentRuleReq:formLists, |
|
|
|
|
projectId:+projectId, |
|
|
|
|
startTime:startTime, |
|
|
|
|
} |
|
|
|
|
addOperation(param).then((data)=>{ |
|
|
|
|
this.$message({ |
|
|
|
|
message: '提交成功', |
|
|
|
|
type: 'success' |
|
|
|
|
}); |
|
|
|
|
}).catch((error)=>{ |
|
|
|
|
}) |
|
|
|
|
this.visible = true; |
|
|
|
|
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336' |
|
|
|
|
const cards = [ |
|
|
|
|