From ceec89801ad69708c33babb90d4f9d9ebfd8e3f9 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 27 八月 2026 16:20:42 +0800
Subject: [PATCH] fix(order): -移除英文字段验证 - 删除与OA流程相关的无用代码和组件 - 移除系统用户管理中的获取三方人员功能 - 更新设备二维码链接使用动态API地址 - 清理不合格处理页面中的OA相关功能和字段 - 移除登录页面的集团集成登录按钮 - 删除未使用的API接口和组件引用

---
 src/api/system/user.js |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 752aa45..cedc50c 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -135,29 +135,6 @@
   });
 }
 
-// 鑾峰彇浜轰簨绯荤粺缁勭粐
-export function selectCompaniesList() {
-  return request({
-    url: "/companies/selectCompaniesList",
-    method: "get",
-  });
-}
-// 鑾峰彇浜轰簨绯荤粺缁勭粐涓嬬殑浜哄憳
-export function selectSimpleList(data) {
-  return request({
-    url: "/companies/selectSimpleList",
-    method: "post",
-    params: data,
-  });
-}
-// 鑾峰彇浜轰簨绯荤粺缁勭粐涓嬬殑浜哄憳
-export function addPersonUser(data) {
-  return request({
-    url: "/companies/addPersonUser",
-    method: "post",
-    params: data,
-  });
-}
 // 鑾峰彇瑙掕壊
 export function selectRoleList() {
   return request({

--
Gitblit v1.9.3