优化审批流程显示及体验,提升用户操作效率。

This commit is contained in:
zmj 2024-05-30 14:21:16 +08:00
parent 7b70a1baae
commit 716b2ffb72
3 changed files with 4 additions and 9 deletions

View File

@ -33,9 +33,9 @@ const getNums = async () => {
}
// setInterval(() => {
// getNums()
// }, 5000);
setInterval(() => {
getNums()
}, 5000);
getNums()
</script>

View File

@ -14,7 +14,7 @@
</div>
</div>
</el-card>
<el-card style="flex:5">
<el-card style="flex:5" class="left">
<template #header>
审批列表
</template>

View File

@ -78,7 +78,6 @@ const showEdit = ref(false)
//
const queryParams = reactive({
title: '',
status: '',
start_time: "",
end_time: ""
@ -116,9 +115,5 @@ const handDetail = async (id: any) => {
detailRef.value?.open()
detailRef.value?.setFormData(res)
}
getLists()
</script>