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({
|
this.workFlowService.startWorkFlow({
|
||||||
"bpmSchemeCode": "prevention-yhzl",
|
"bpmSchemeCode": "prevention-yhzl",
|
||||||
"userList": userIds,
|
"userList": userIds,
|
||||||
"bizData": [{
|
"bizData": {
|
||||||
"bizId": ids,
|
"bizId": ids,
|
||||||
"data": JSON.stringify(this.updateParams)
|
"data": JSON.stringify(this.updateParams)
|
||||||
}]
|
}
|
||||||
}).then((res: any) => {
|
}).then((res: any) => {
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
// 发起工作流成功
|
// 发起工作流成功
|
||||||
|
|
Loading…
Reference in New Issue