【https://bbs.csdn.net/topics/393404643】,解决方案在这个论坛中,记录一下。
A:数组和对象不支持双向绑定,需要使用$set
vue设置对象值时应该使用$set this.categories = result.data.body //改为: this.$set(this,'categories',result.data.body)