this.$nextTick(()=> { try{ this.test = '1' this.$forceUpdate();//数据强制刷新 }catch(e){ console.log(e); } })