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