From 049fda473cc178917a02f3a174dfd08a84b0cb8d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 17 九月 2026 10:52:28 +0800
Subject: [PATCH] 新疆——新聚lims 1.每个检验项都要有一个选择检测时间的地方,跟温湿度放在一起,还有检测地点,设备也要单独绑定检验项,最后导出模版再总结到一起 2.产品名称改为检测依据、加一个样品名称手输 3.下单时原始记录模板可以从标准库绑定的模板进行删减

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