From 77fdbcc67ba81d2394b02ab4247eb741d220fbcc Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期六, 09 五月 2026 17:37:27 +0800
Subject: [PATCH] feat(dimission): 离职表单增加日期限制功能
---
src/api/basicData/customer.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/basicData/customer.js b/src/api/basicData/customer.js
index 601e974..28f2eab 100644
--- a/src/api/basicData/customer.js
+++ b/src/api/basicData/customer.js
@@ -26,6 +26,14 @@
})
}
+export function shareCustomer(data) {
+ return request({
+ url: '/basic/customer/together',
+ method: 'post',
+ data: data
+ })
+}
+
export function getCustomer(id) {
return request({
url: '/basic/customer/' + id,
--
Gitblit v1.9.3