feat: 评估完成后跳转个人中心

This commit is contained in:
hhm 2025-11-27 15:21:15 +08:00
parent 1b64f7c1fd
commit 99f411b31a

View File

@ -1534,9 +1534,12 @@ const submit = () => {
api.valuations(data).then((res) => {
loading.value = false
getHistoryList()
setTimeout(() => {
window.location.reload()
}, 1000)
message.success('评估完成 将于7个工作日内生成报告与证书 以短信形式通知')
router.push('/user-center')
// status.value = 'success'
// setTimeout(() => {
// window.location.reload()
// }, 1000)
})
}
const getHistoryList = () => {