@@ -543,6 +543,9 @@ const handelComfirm = (formEl: FormInstance | undefined) => {
type: 'success'
})
settlementDialog.value = false
+ setTimeout(() => {
+ router.back()
+ }, 1000)
} else {
}