update 调整示例key
This commit is contained in:
parent
cd129aa949
commit
ceb6243cd0
@ -190,7 +190,7 @@ const submitForm = (status: string) => {
|
|||||||
|
|
||||||
//提交申请
|
//提交申请
|
||||||
const handleStartWorkFlow = async (data: LeaveVO) => {
|
const handleStartWorkFlow = async (data: LeaveVO) => {
|
||||||
submitFormData.value.processKey = 'test';
|
submitFormData.value.processKey = 'leave1';
|
||||||
submitFormData.value.businessKey = data.id;
|
submitFormData.value.businessKey = data.id;
|
||||||
//流程变量
|
//流程变量
|
||||||
taskVariables.value = {
|
taskVariables.value = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user