From 9628c86a6607380dbc7c0191a6055e07c6334657 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Mon, 01 Jun 2020 16:11:36 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA --- 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