diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 2f2d2ed..904a9c1 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -294,6 +294,10 @@ function rejectHandler() { const modal = unref(notPassModalRef)! as any modal.showModal(selectItems.value) } +function singleRejectHandler(item) { + const modal = unref(notPassModalRef)! as any + modal.showModal([item]) +} function reject(idOrDesc: string, backId: string, isOther: boolean) { const formIds: string[] = processItems.map(item => item.id) const taskIds: string[] = processItems.map(item => item.taskId) @@ -609,7 +613,7 @@ function reloadList() { -->