From 84fea70b5b7b8ab17ae0900f2405ac05f82b00ce Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Tue, 2 Apr 2024 20:25:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E4=B8=BB=E5=9B=BE?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= 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 01b09d3..1919492 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 detailRejectHandler() { + const modal = unref(notPassModalRef)! as any + modal.showModal([taskDetailInfo.value]) +} function singleRejectHandler(item) { const modal = unref(notPassModalRef)! as any modal.showModal([item]) @@ -482,7 +486,7 @@ function reloadList() {