@@ -340,7 +340,9 @@ export default {
//判断是否为电井
this.showBtnWell = true;
}
- this.visible = true;
+ setTimeout(()=>{
+ this.visible = true;
+ })
});
},