保存进度!

This commit is contained in:
Kane 2023-03-30 18:29:54 +08:00
parent fdc198ed3d
commit 1b37ae5c97
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* @Date: 2023-03-03 14:38:07
* @LastEditors: Kane
* @FilePath: /task_schedule/src/views/DesktopArchievement.vue
* @Description: 显示在桌面上展示任务量与业绩的view
* @Description: 桌面霸屏的主组件
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
@ -117,6 +117,7 @@ export default {
ui.dishonorPersons = data.backward_list;
// UI
// vue
ui.showUI = false;
setTimeout(() => { ui.showUI = true; }, 0 );