yangys
2025-08-31 6a0eeb9bb5da23341327fddb11aa47579dd7d372
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);