iws接入

This commit is contained in:
hongchao 2025-05-16 11:56:35 +08:00
parent b835708340
commit 38e29debb3
1 changed files with 2 additions and 2 deletions

View File

@ -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)