From 52727f0047beef2d2fd7773c3fb45eb6993d05b0 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 10 Aug 2022 16:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B4=A6=E5=8F=B7=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E3=80=91=E6=96=B0=E5=BB=BA=E8=B4=A6=E5=8F=B7=EF=BC=8C=E5=9C=A8?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=A7=92=E8=89=B2=E6=8E=A5=E5=8F=A3=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B61000,=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=A1=B5=E7=A0=81=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/account/add/adduserinfo/adduserinfo.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/system/account/add/adduserinfo/adduserinfo.js b/src/pages/system/account/add/adduserinfo/adduserinfo.js index c2d77a2c..7c7dc835 100644 --- a/src/pages/system/account/add/adduserinfo/adduserinfo.js +++ b/src/pages/system/account/add/adduserinfo/adduserinfo.js @@ -311,7 +311,11 @@ export default class adduserinfo extends React.Component{ //获取角色 getRoleFn(){ let _self=this; - getRole().then(res=>{ + let data={ + page:1, + limit:1000 + } + getRole(data).then(res=>{ handelResponse(res,(response,msg)=>{ let roleList=response.data.map(item=>{