forked from xxhjsb/hbt-prevention-ui
feat:bizData改为不是数组格式
parent
1a67052e32
commit
fce7865df3
|
@ -787,10 +787,10 @@ export default class HiddenDangerClapComponent extends BaseRecordComponent<any>
|
|||
this.workFlowService.startWorkFlow({
|
||||
"bpmSchemeCode": "prevention-yhzl",
|
||||
"userList": userIds,
|
||||
"bizData": [{
|
||||
"bizData": {
|
||||
"bizId": ids,
|
||||
"data": JSON.stringify(this.updateParams)
|
||||
}]
|
||||
}
|
||||
}).then((res: any) => {
|
||||
this.getTableData()
|
||||
// 发起工作流成功
|
||||
|
|
|
@ -808,10 +808,10 @@ export default class RulesManagerComponent extends BaseRecordComponent<any> {
|
|||
this.workFlowService.startWorkFlow({
|
||||
"bpmSchemeCode": "prevention-yhzl",
|
||||
"userList": userIds,
|
||||
"bizData": [{
|
||||
"bizData": {
|
||||
"bizId": ids,
|
||||
"data": JSON.stringify(data)
|
||||
}]
|
||||
}
|
||||
}).then((res: any) => {
|
||||
this.getTableData()
|
||||
// 发起工作流成功
|
||||
|
|
Loading…
Reference in New Issue