edit(){ this.form .name=row.name// 发现不行 } 正确写法 edit(){ this.form={name:row.name} } 来源:oschina链接:https://my.oschina.net/u/4004801/blog/4257049 标签 element