vue中如何取消对表格多行数据的修改,当点击编辑按钮后,可以对表格进行编辑,修改完多条数据后,点击取消按钮,修改的多条数据恢复原来的数据
2条回答 默认 最新
- Absolute小白 2022-12-14 11:03关注
<el-button v-if="showBtn[$index]" type="primary" size="mini" @click.native="handleCancel($index, row)">取消</el-button>
// 取消编辑 handleCancel(index, row) { row.address = row.originalAddress; this.$refs.multipleTable.toggleRowSelection(row); this.showEdit[index] = false; this.showBtn[index] = false; this.$set(this.showEdit, row, false); this.$set(this.showBtn, row, false); },
解决 无用评论 打赏 举报
悬赏问题
- ¥20 如何让程序ab.eXe自已删除干净硬盘里的本文件自己的ab.eXe文件
- ¥50 爬虫预算充足,跪巨佬
- ¥15 滑块验证码拖动问题悬赏
- ¥15 Wanted but not invoked:Actually, there were zero interactions with this moc
- ¥20 怎么驱动tb6612
- ¥15 Arcgis 3D效果点要素
- ¥15 在执行yolo训练脚本的时候,没有报错,在扫描val这一步后就推出执行了
- ¥15 delphi开发的WEBSERVER改用HTTPS协议
- ¥15 pic16f877A单片机的计数器proteus仿真失效
- ¥100 调查 Vitis AI 中验证 .xmodel 量化后的正确性