var vueObj = new Vue({ el: "#step-2", data: { SGBeginMonth:"" }, watch: { SGBeginMonth: function (val) { $("#SGMonth").val(val); } }