From 4fdde57a837b47b0a04aa17a7627c21b7425eda2 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期五, 26 十二月 2025 23:25:11 +0800
Subject: [PATCH] feat: 优化取消时,调度单中显示原因

---
 app/api/task.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/app/api/task.js b/app/api/task.js
index f958fc0..f9c95ba 100644
--- a/app/api/task.js
+++ b/app/api/task.js
@@ -165,3 +165,15 @@
     method: 'post'
   })
 }
+
+// 妫�鏌ヤ换鍔℃槸鍚﹂噸澶嶏紙鏍规嵁鑱旂郴浜虹數璇濆拰鍒涘缓鏃ユ湡锛�
+export function checkTaskDuplicate(phone, createDate) {
+  return request({
+    url: '/task/checkDuplicate',
+    method: 'get',
+    params: {
+      phone: phone,
+      createDate: createDate
+    }
+  })
+}

--
Gitblit v1.9.1