Browse Source

reactor:首页条数BUG;

zhangchong 6 tháng trước cách đây
mục cha
commit
c5afe2bd71
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/home/components/Todo-department.vue

+ 1 - 0
src/views/home/components/Todo-department.vue

@@ -382,6 +382,7 @@ const allList = computed(() => {
 		waitedExpired.value ? resultData.value?.waitedExpiredList : [],
 		sign.value ? resultData.value?.signDataList : [],
 		delay.value ? resultData.value?.delayDataList : [],
+		nearlyExpired.value ? resultData.value?.nearlyExpiredList : [],
 		screen.value ? resultData.value?.screenList : [],
 		screenApply.value? resultData.value?.screenApplyList : [],
 		sendBackAudit.value ? resultData.value?.sendBackAuditList : []