【新增】增加报告上传流程

This commit is contained in:
zhoulingpo
2023-05-05 10:20:05 +08:00
parent 75280806fc
commit c31ffec38e
+4
View File
@@ -112,12 +112,16 @@ export default {
})
this.$message.success('登录成功')
this.$store.commit('saveUserInfo', res.data)
this.getMarket().then((resx)=>{
this.$store.commit('setMarketpre', resx)
this.$router.push({ path: '/report/list', query: { id: 'AEHJB8YNJ3' } })
}).catch((resx)=>{
this.$store.commit('setMarketpre', resx)
this.$router.push({ path: '/report/list', query: { id: 'AEHJB8YNJ3' } })
}).finally(()=>{
this.$store.commit('setMarketpre', '')
this.$router.push({ path: '/report/list', query: { id: 'AEHJB8YNJ3' } })
})
}).catch(_ => {