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

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(() => { setInterval(() => {
// getNums() getNums()
// }, 5000); }, 5000);
getNums() getNums()
</script> </script>

View File

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

View File

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