iws接入
This commit is contained in:
parent
b835708340
commit
38e29debb3
|
|
@ -170,8 +170,8 @@ export default {
|
||||||
loading.close()
|
loading.close()
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.userId = sessionStorage.getItem('userId')
|
this.$router.push({ path: '/business-examine/receive-apply' })
|
||||||
this.getList()
|
// this.getList()
|
||||||
}, 300)
|
}, 300)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('🚀 ~ created ~ error:', error)
|
console.log('🚀 ~ created ~ error:', error)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue