From 35ad48f83f7aca5f36c111c0daaf61966dac1a5c Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 04 九月 2026 16:29:40 +0800
Subject: [PATCH] feat(inspection): 集成 Luckysheet 并优化检验任务功能 - 优化设备名称和编码的同步更新机制
---
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