From 27652573ea8a58d5593791e27b4d326f84187093 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 12 十二月 2025 21:37:30 +0800
Subject: [PATCH] fix: bug
---
apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue b/apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue
index 17e323d..5aebb55 100644
--- a/apps/bMiniApp/src/subpackages/task/taskHandleCheckDetail/InnerPage.vue
+++ b/apps/bMiniApp/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