From d984ab17ed7fd6ae972bec8903abcc38117ef72e Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 10 六月 2026 15:50:17 +0800
Subject: [PATCH] 3.固定产品。固定一个之后后面新增的时候自动带出固定的那个产品和规格型号。移除新增按钮,默认就空一列。新增一列保存之后就会又新增一列空的。

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 7192d9b..431f6b0 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -135,6 +135,14 @@
   })
 }
 // 鏌ヨ鐢ㄦ埛鍒楄〃
+export function userListNoPageByTenantId() {
+  return request({
+    url: '/system/user/userListNoPageByTenantId',
+    method: 'get'
+  })
+}
+
+// 鏌ヨ鐢ㄦ埛鍒楄〃
 export function userListNoPage() {
   return request({
     url: '/system/user/userListNoPage',

--
Gitblit v1.9.3