From 4da40604690325917d208e386e3add022f181147 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期一, 08 十二月 2025 15:35:47 +0800
Subject: [PATCH] 修改设备管理选择设备时可搜索
---
src/api/system/post.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/system/post.js b/src/api/system/post.js
index 8faa266..4014b8e 100644
--- a/src/api/system/post.js
+++ b/src/api/system/post.js
@@ -8,6 +8,14 @@
params: query
})
}
+// 鏌ヨ宀椾綅鍒楄〃鍏ㄩ儴
+export function listPostAll(query) {
+ return request({
+ url: '/system/post/listAll',
+ method: 'get',
+ params: query
+ })
+}
// 鏌ヨ宀椾綅璇︾粏
export function getPost(postId) {
--
Gitblit v1.9.3