#听到

Vue监听到被赋值后执行某个动作

varvueObj=newVue({el:"#step-2",data:{SGBeginMonth:""},watch:{SGBeginMonth:function(val){$("#SGMonth").val(val);}} ...