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({
|
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()
|
||||||
// 发起工作流成功
|
// 发起工作流成功
|
||||||
|
|
|
@ -808,10 +808,10 @@ export default class RulesManagerComponent extends BaseRecordComponent<any> {
|
||||||
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(data)
|
"data": JSON.stringify(data)
|
||||||
}]
|
}
|
||||||
}).then((res: any) => {
|
}).then((res: any) => {
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
// 发起工作流成功
|
// 发起工作流成功
|
||||||
|
|
Loading…
Reference in New Issue