src/views/work/selfProblems/mngAudit/mngAuditPlan/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/work/selfProblems/mngAudit/mngAuditPlan/index.vue
@@ -134,7 +134,14 @@ loading.value = true const res = await getManagementPlan(data.queryParams) if(res.code == 200){ data.dataList = res.data.list || [] data.dataList = res.data.list.map(item=>{ return { ...item, checkTime: item.checkTime.substring(0,10), fictionTime: item.fictionTime.substring(0,10), ratifyTime: item.ratifyTime.substring(0,10) } }) || [] data.total = res.data.total }else{ ElMessage.warning(res.message)