Pre Merge pull request !590 from shifeng1983/master

pull/590/MERGE
shifeng1983 2024-11-21 00:36:07 +00:00 committed by Gitee
commit d10363807f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ const handleAudit = async (task, pass) => {
data.variables = approveForms.value[index].value
}
//
if (fApi.value) {
if (fApi.value && task.fieldsPermission !== null) {
data.variables = getWritableValueOfForm(task.fieldsPermission)
}