From a0d626303a3d0908d1e33399514b00e586452859 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Thu, 20 Feb 2025 19:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/holiday/recordList.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/holiday/recordList.vue b/src/pages/holiday/recordList.vue index f996ad5..2fef635 100644 --- a/src/pages/holiday/recordList.vue +++ b/src/pages/holiday/recordList.vue @@ -75,7 +75,11 @@ content: '是否确认删除该条数据?', success: async (res) => { if (res.confirm) { - const result = await deleteHolidayByIdApi({ uuid }) + var data = { + uuid : uuid, + type:"休假" + } + const result = await deleteHolidayByIdApi( data) if (result.code === 200) { uni.showToast({ title: '删除成功!', icon: 'none' })