From 1c0863efe062af3ebcdecb8c10568d779f5c8295 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 26 一月 2026 15:10:55 +0800
Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/dev_New' into dev_tide_mis_xindao
---
src/api/collaborativeApproval/enterpriseBook.js | 72 ++++++++++++++++++------------------
1 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/src/api/collaborativeApproval/enterpriseBook.js b/src/api/collaborativeApproval/enterpriseBook.js
index da6a139..2140b89 100644
--- a/src/api/collaborativeApproval/enterpriseBook.js
+++ b/src/api/collaborativeApproval/enterpriseBook.js
@@ -3,65 +3,65 @@
// 鏌ヨ涓汉閫氳褰�
// 涓汉閫氳褰曢�氬父鏄敤鎴锋敹钘忔垨棰戠箒鑱旂郴鐨勪汉鍛�
export function getPersonalContacts(page,query) {
- return request({
- url: '/staffContactsPersonal/getList',
- method: 'get',
- params: {
- ...page,
- ...query
- }
- })
+ return request({
+ url: '/staffContactsPersonal/getList',
+ method: 'get',
+ params: {
+ ...page,
+ ...query
+ }
+ })
}
// 娣诲姞鑱旂郴浜哄埌涓汉閫氳褰�
export function addPersonalContact(data) {
- return request({
- url: '/staffContactsPersonal/add',
- method: 'post',
- data: data
- })
+ return request({
+ url: '/staffContactsPersonal/add',
+ method: 'post',
+ data: data
+ })
}
// 浠庝釜浜洪�氳褰曠Щ闄よ仈绯讳汉
export function removePersonalContact(id) {
- return request({
- url: '/staffContactsPersonal/delete/' + id,
- method: 'delete'
- })
+ return request({
+ url: '/staffContactsPersonal/delete/' + id,
+ method: 'delete'
+ })
}
// 鏌ヨ鍏叡閫氳褰�
// 鍏叡閫氳褰曢�氬父鏄墍鏈夊憳宸ュ彲瑙佺殑鑱旂郴鏂瑰紡
export function getPublicContacts(query) {
- return request({
- url: '/staff/contacts/public/list',
- method: 'get',
- params: query
- })
+ return request({
+ url: '/staff/contacts/public/list',
+ method: 'get',
+ params: query
+ })
}
// 鏌ヨ鍗曚綅閫氳褰�
// 鍗曚綅閫氳褰曢�氬父鎸夐儴闂ㄧ粍缁囩殑鍛樺伐鑱旂郴鏂瑰紡
export function getCompanyContacts(query) {
- return request({
- url: '/staff/contacts/company/list',
- method: 'get',
- params: query
- })
+ return request({
+ url: '/staff/contacts/company/list',
+ method: 'get',
+ params: query
+ })
}
// 鏌ヨ閮ㄩ棬閫氳褰曟爲缁撴瀯
export function getDepartmentTree() {
- return request({
- url: '/staff/contacts/department/tree',
- method: 'get'
- })
+ return request({
+ url: '/staff/contacts/department/tree',
+ method: 'get'
+ })
}
// 鑾峰彇鍛樺伐璇︾粏淇℃伅
export function getEmployeeDetail(employeeId) {
- return request({
- url: '/staff/staffOnJob/' + employeeId,
- method: 'get'
- })
-}
+ return request({
+ url: '/staff/staffOnJob/' + employeeId,
+ method: 'get'
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.3