From 114c40ae166475e08415ca0548a5c0798d51c34d Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 11 Aug 2022 10:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dkeys=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/keysFind/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/keysFind/index.jsx b/src/components/keysFind/index.jsx index fbb104ef..32358879 100644 --- a/src/components/keysFind/index.jsx +++ b/src/components/keysFind/index.jsx @@ -2,7 +2,7 @@ * @Author: Wind * @Date: 2022-07-25 10:53:41 * @LastEditors: Wind - * @LastEditTime: 2022-08-10 15:52:01 + * @LastEditTime: 2022-08-11 10:19:09 * @Description:key列表查询组件 * @FilePath: \frontend\src\components\keysFind\index.jsx */ @@ -49,7 +49,7 @@ export default ({ onQuery }) => { res, (req, msg) => { const data = req.map((item) => ({ - key: item.direct_reseller_id, + key: item.id, text: item.name })) setResellerOption(data)