update 增加 流程变量注释
This commit is contained in:
parent
722acf0ae7
commit
5ec984ac7d
@ -252,7 +252,9 @@ const handleStartWorkFlow = async (data: LeaveForm) => {
|
|||||||
submitFormData.value.businessId = data.id;
|
submitFormData.value.businessId = data.id;
|
||||||
//流程变量
|
//流程变量
|
||||||
taskVariables.value = {
|
taskVariables.value = {
|
||||||
|
// leave2/6 使用的流程变量
|
||||||
leaveDays: data.leaveDays,
|
leaveDays: data.leaveDays,
|
||||||
|
// leave4/5 使用的流程变量
|
||||||
userList: ['1', '3', '4']
|
userList: ['1', '3', '4']
|
||||||
};
|
};
|
||||||
submitFormData.value.variables = taskVariables.value;
|
submitFormData.value.variables = taskVariables.value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user