保存进度!
This commit is contained in:
		@@ -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 );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user