From f80f6ec4d4a4f09afe00ee1f5829a2dc3c2ba9c3 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Mon, 1 Apr 2024 17:15:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E5=8D=95=E4=B8=AA?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/content/Content.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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() { -->