From 7af09e42b49cd18f160c19297f47c4622b1eedc3 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Wed, 24 Jun 2020 17:14:37 +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