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