bug
This commit is contained in:
		@@ -423,13 +423,11 @@ 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)
 | 
			
		||||
          this.form.gatewayId = this.scene
 | 
			
		||||
          const item = this.getewayData.filter(item=> item.value == this.scene)
 | 
			
		||||
          this.form.gatewayName = item[0].label
 | 
			
		||||
          this.pageShow = true
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user