forceUpdate

This commit is contained in:
shijingjing
2022-09-29 18:53:57 +08:00
parent e4f37c927f
commit 1d7c140180

View File

@@ -428,6 +428,7 @@ export default {
const item = this.getewayData.filter(item=> item.value == this.scene)
this.form.gatewayName = item[0].label
this.pageShow = true
this.$forceUpdate()
}
})
},