优化审批流程显示及体验,提升用户操作效率。
This commit is contained in:
parent
7b70a1baae
commit
716b2ffb72
@ -33,9 +33,9 @@ const getNums = async () => {
|
||||
|
||||
}
|
||||
|
||||
// setInterval(() => {
|
||||
// getNums()
|
||||
// }, 5000);
|
||||
setInterval(() => {
|
||||
getNums()
|
||||
}, 5000);
|
||||
getNums()
|
||||
|
||||
</script>
|
||||
|
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card style="flex:5">
|
||||
<el-card style="flex:5" class="left">
|
||||
<template #header>
|
||||
审批列表
|
||||
</template>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user