From 8f38b4d371d0e8759985e2f4994d48b4a299d6a3 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Tue, 20 Oct 2020 09:53:07 +0800
Subject: [PATCH] 修改查看用户详情页面为空,不能删除用户问题,解决新增用户按钮事件失效

---
 src/components/common/HotListTableView/index.jsx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/components/common/HotListTableView/index.jsx b/src/components/common/HotListTableView/index.jsx
index 312dd41..92ea24a 100644
--- a/src/components/common/HotListTableView/index.jsx
+++ b/src/components/common/HotListTableView/index.jsx
@@ -45,7 +45,6 @@
     fetch({
       url: `api/news/keywordlist`
     }).then(res => {
-      console.log('res', res);
       this.setState({
         loading: false
       })
@@ -58,7 +57,6 @@
   }
 
   setFormData = data => {
-    console.log('form', data);
     this.setState({
       formData: data,
     });

--
Gitblit v1.8.0