From 59ea615c2e052627aee8159b08e381dd7714c988 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 04 十二月 2025 13:41:13 +0800
Subject: [PATCH] feat: 通知
---
apps/underTakeMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/apps/underTakeMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue b/apps/underTakeMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue
index 17e323d..5aebb55 100644
--- a/apps/underTakeMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue
+++ b/apps/underTakeMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue
@@ -131,7 +131,7 @@
</nut-form>
<div class="payroll-form-footer">
<nut-button @click="handleCancel">鍙栨秷</nut-button>
- <nut-button type="primary" @click="dialogVisible = false">纭</nut-button>
+ <nut-button type="primary" @click="recordForm">纭</nut-button>
</div>
</div>
</nut-popup>
@@ -172,6 +172,7 @@
handleCancel,
openDialog,
handleConfirm,
+ recordForm,
onTimeoutHoursChange,
} = useSettlementAmount({
taskInfoUserId: id,
--
Gitblit v1.9.1