From d025bd201ab0dcc127630f2b68c650d975bdabaf Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 16 九月 2026 11:09:17 +0800
Subject: [PATCH] fix: 1.下单展示模板 2.页面温湿度调整

---
 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