Commit 1dbdbcb7 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化编辑应用数据

parent eefecb81
......@@ -275,7 +275,8 @@ export default {
// 编辑
handleEdit(row) {
this.title = "编辑";
this.$refs.AddData.onEdit(row);
let data = this.$_.cloneDeep(row);
this.$refs.AddData.onEdit(data);
this.AddVisible = true;
},
// 选择
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment