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