From 9c051fc10f4c095416c795cffe2ec758c3dcb2f6 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Wed, 21 Aug 2019 18:13:09 +0800 Subject: [PATCH] this.fetchData(); --- public/react/src/modules/courses/busyWork/CommonWorkSetting.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/modules/courses/busyWork/CommonWorkSetting.js b/public/react/src/modules/courses/busyWork/CommonWorkSetting.js index 4683e4e88..9f36996ef 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkSetting.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkSetting.js @@ -784,6 +784,7 @@ class CommonWorkSetting extends Component{ } goback=()=>{ + this.fetchData(); this.setState({startEditFlag: false}) // this.props.toListPage(this.props.match.params, this.state.category.category_id) }