From b9f054b8f295e9ce728101716af0263043312ee9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 May 2022 15:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E6=B6=88=E6=81=AF=E5=90=8E?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E5=88=A4=E6=96=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../support/conversation/components/ChatInput/ChatInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/customerservice/support/conversation/components/ChatInput/ChatInput.jsx b/src/pages/customerservice/support/conversation/components/ChatInput/ChatInput.jsx index 7295d18..635108a 100644 --- a/src/pages/customerservice/support/conversation/components/ChatInput/ChatInput.jsx +++ b/src/pages/customerservice/support/conversation/components/ChatInput/ChatInput.jsx @@ -205,7 +205,7 @@ const ChatInput = ((props) => { "supplierNo": supplierNo } API.sendToCs(params).then(res => { - if (res && !res.data) { + if (res && res.success) { }else{ message.warn(res && res.message) }