From e2ff243cbaea53e38e7f0bcc79926873d421aa2a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 17 Jun 2022 14:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/customerservice/support/conversation/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/customerservice/support/conversation/index.jsx b/src/pages/customerservice/support/conversation/index.jsx index a608066..2d6e13f 100644 --- a/src/pages/customerservice/support/conversation/index.jsx +++ b/src/pages/customerservice/support/conversation/index.jsx @@ -87,7 +87,7 @@ const conversation = (props) => { showTotal: total => `共 ${total} 条`, }) }else{ - message.warn(res && res.message) + //message.warn(res && res.message) } }) }