vue数据双向绑定,新增参数记录一些问题





需要通过Vue.set的方法来给form添加属性才会双向绑定上

getparms(){
    Vue.set(this.form,'fixedparking',3)
},