400毫秒
This commit is contained in:
@@ -423,10 +423,13 @@ export default {
|
||||
// 授权登录
|
||||
getAuth() {
|
||||
this.$nextTick(() => {
|
||||
this.$forceUpdate()
|
||||
if(this.token) {
|
||||
setTimeout(()=> {
|
||||
this.form.gatewayId = this.scene
|
||||
this.form.gatewayName = this.getewayData.filter(item=> item.value == this.scene)?.[0].label || ''
|
||||
this.pageShow = true
|
||||
}, 400)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user