|
|
|
@ -727,6 +727,7 @@ const handleUpdate = async (row) => { |
|
|
|
maxExtensionDuration: r.maxExtensionDuration ?? null, |
|
|
|
maxExtensionDuration: r.maxExtensionDuration ?? null, |
|
|
|
// 审批流程 |
|
|
|
// 审批流程 |
|
|
|
approvalFlow: r.approvalFlow ?? '', |
|
|
|
approvalFlow: r.approvalFlow ?? '', |
|
|
|
|
|
|
|
negativeId: r.negativeId ?? '' |
|
|
|
}; |
|
|
|
}; |
|
|
|
updateShow.value = true |
|
|
|
updateShow.value = true |
|
|
|
} |
|
|
|
} |
|
|
|
|