vue数据发生变化之后执行
2019-11-26 本文已影响0人
王玉伟的伟
this.$nextTick(function(){
console.log(this.$refs.datetime.currentValue); //输出:修改后的值
});
this.$nextTick(function(){
console.log(this.$refs.datetime.currentValue); //输出:修改后的值
});