update 增加 流程变量注释
This commit is contained in:
		| @ -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; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 疯狂的狮子Li
					疯狂的狮子Li