From e19e5ac576881864b92fbf109332999a7a92fbec Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 10 Aug 2022 14:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E3=80=90=E8=90=A5=E9=94=80?= =?UTF-8?q?=E8=AE=A1=E5=88=92-=E5=A4=8D=E5=88=B6=E3=80=91key=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E5=A4=8D=E5=88=B6=E5=90=8E=EF=BC=8C=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=85=91=E6=8D=A2=E7=A0=81=EF=BC=8C=E7=82=B9=E5=87=BB=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=95=86=E5=93=81=E5=92=8C=E6=96=B0=E5=BB=BA=E7=AB=8B?= =?UTF-8?q?=E5=87=8F=E9=87=91=EF=BC=8C=E6=8F=90=E7=A4=BA=E2=80=9C=E8=AF=B7?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=98=A0=E5=B0=84=E5=88=86=E9=94=80=E5=95=86?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/add/add.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/exchangecode/add/add.js b/src/pages/exchangecode/add/add.js index 66c4f1ab..de7797b2 100644 --- a/src/pages/exchangecode/add/add.js +++ b/src/pages/exchangecode/add/add.js @@ -153,7 +153,9 @@ export default class acclist extends React.Component { getReseller(req.reseller_id).then((res) => { handelResponse(res, (req, msg) => { this.setState({ reseller: req }) - + this.setState({ + direct_reseller_id: req.direct_reseller_id + }) this.setState({ phone_list: req.contact_phone }) this.setState({ email_list: req.contact_email }) })