feat:bizData改为不是数组格式

feature1.3
kongyeqing 2024-10-16 11:48:57 +08:00
parent 1a67052e32
commit fce7865df3
2 changed files with 4 additions and 4 deletions

View File

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

View File

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