1.对象刷新:
通过使用vue.$set方法,实现动态添加/修改对象属性
语法:vue.$set(对象名,键名,值)
Vue.$set(this.postForm,'set_last_buyday','属性值')//第一种写法用vue.$set this.$set(this.postForm,'set_last_buyday',‘属性值’)//第二种写法用this.$set
2.数组刷新:
数组可以使用splice()、push()、pop()、shift()、unshift()、splice()、sort()、reverse()这些方法实现动态添加/修改属性
标签:vue,vue2,对象,视图,修改,set,数组,属性,页面 From: https://www.cnblogs.com/webwangjie/p/17020283.html