src/views/flow/donelist.vue
@@ -28,7 +28,7 @@ </basic-container> </template> <script> import { getDoneList} from '@/api/flow/todolist'; import { getDoneList,todoChangeNotify} from '@/api/flow/todolist'; import { mapGetters } from 'vuex'; export default { data() { @@ -351,6 +351,8 @@ } this.$message.success('操作成功'); todoChangeNotify(); this.refreshChange(); }).catch(err => { console.error(err);