From 1a5b9707d0a06703f089fd426e20d78875c74c67 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 09 五月 2020 18:16:17 +0800 Subject: [PATCH] 2020-05-09 --- src/templates/sharecomponent/columncomponent/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/columncomponent/index.jsx b/src/templates/sharecomponent/columncomponent/index.jsx index 03a1df9..240a4a6 100644 --- a/src/templates/sharecomponent/columncomponent/index.jsx +++ b/src/templates/sharecomponent/columncomponent/index.jsx @@ -74,7 +74,7 @@ this.handleColumn(card) } else { this.setState({columnlist: list}) - this.props.updatecolumn({...config, search: list}) + this.props.updatecolumn({...config, columns: list}) } } -- Gitblit v1.8.0