forked from xxhjsb/hbt-prevention-ui
feat:bizData类型改变
parent
0b521027a3
commit
1a67052e32
|
@ -1166,10 +1166,10 @@ export default class HiddenDangerManagerComponent extends BaseRecordComponent<an
|
|||
this.workFlowService.startWorkFlow({
|
||||
"bpmSchemeCode": "prevention-yhzl",
|
||||
"userList": userIds,
|
||||
"bizData": [{
|
||||
"bizData": {
|
||||
"bizId": ids,
|
||||
"data": JSON.stringify(this.updateParams)
|
||||
}]
|
||||
}
|
||||
}).then((res: any) => {
|
||||
this.getTableData()
|
||||
// 发起工作流成功
|
||||
|
|
Loading…
Reference in New Issue