feat: 评估完成后跳转个人中心
This commit is contained in:
parent
1b64f7c1fd
commit
99f411b31a
@ -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 = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user