摘要: var vueObj = new Vue({ el: "#step-2", data: { SGBeginMonth:"" }, watch: { SGBeginMonth: function (val) { $("#SGMonth").val(val); } } 阅读全文
posted @ 2020-05-26 13:47 James·wang 阅读(1256) 评论(0) 推荐(0)