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