赞
踩
其他网上说的prop之类的都设置正确。
解决: 新增/编辑赋值的时候,所有明明有值校验不通过的属性使用$set赋值
this.$set(this.form, "属性名", "");// 新增置空 this.$set(this.form, "属性名", row.shuxing);// 编辑赋值