diff --git a/src/components/Process/submitVerify.vue b/src/components/Process/submitVerify.vue index 6163cfb..7b4b652 100644 --- a/src/components/Process/submitVerify.vue +++ b/src/components/Process/submitVerify.vue @@ -259,7 +259,7 @@ const openDialog = async (id?: string) => { const response = await getTask(taskId.value); task.value = response.data; buttonObj.value = {}; - task.value.buttonList.forEach((e) => { + task.value.buttonList?.forEach((e) => { buttonObj.value[e.code] = e.show; }); selectCopyUserList.value = task.value.copyList;