From 7af31594ce22ef04c53f187d29aee949b1332b6c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 20 二月 2024 09:40:35 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/system/role/components/edit.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-flow/src/pages/system/role/components/edit.jsx b/zy-asrs-flow/src/pages/system/role/components/edit.jsx
index aee6263..7dca9b1 100644
--- a/zy-asrs-flow/src/pages/system/role/components/edit.jsx
+++ b/zy-asrs-flow/src/pages/system/role/components/edit.jsx
@@ -99,7 +99,7 @@
                         showSearch
                         debounceTime={300}
                         request={async ({ keyWords }) => {
-                            const resp = await Http.doPostForm('api/hostId/query', { condition: keyWords });
+                            const resp = await Http.doPostForm('api/host/query', { condition: keyWords });
                             return resp.data;
                         }}
                     />

--
Gitblit v1.9.1