From 8cc48ecd9ce3baeacd1676b0cf6a80ad01338151 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 28 十一月 2025 17:02:04 +0800
Subject: [PATCH] release: @12333/underTakeMiniApp v1.1.14

---
 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