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() {