yangys
2025-09-02 d762a77d9238eef17c66c35b06955fca20160043
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);