yangys
2025-09-05 2fa8e30d497803c4af428f7b65b77fa26b0ca924
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);