Skip to content

Commit

Permalink
fix: 去除控制台打印代码
Browse files Browse the repository at this point in the history
  • Loading branch information
NLRX-WJC committed May 22, 2020
1 parent 6066f34 commit 31fc5df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/views/user/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class User extends Component {
if (err) {
return;
}
console.log('Received values of form: ', values);
this.setState({ editModalLoading: true, });
editUser(values).then((response) => {
form.resetFields();
Expand Down
1 change: 0 additions & 1 deletion src/views/zip/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class Zip extends Component {
const filterVal = ["id", "title", "author", "readings", "date"];
const list = type === "all" ? this.state.list : this.state.selectedRows;
const data = this.formatJson(filterVal, list);
console.log("data", data);

zip.export_txt_to_zip(
tHeader,
Expand Down

0 comments on commit 31fc5df

Please sign in to comment.