feat:bizData类型改变

feature1.3
kongyeqing 2024-08-29 15:36:13 +08:00
parent 0b521027a3
commit 1a67052e32
1 changed files with 2 additions and 2 deletions

View File

@ -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()
// //