fix(接口定义): 修复复制缺陷
This commit is contained in:
parent
a8807ec2c6
commit
0f143ecc98
|
@ -186,7 +186,7 @@
|
||||||
copyRow(row) {
|
copyRow(row) {
|
||||||
let obj = {};
|
let obj = {};
|
||||||
Object.assign(obj, row);
|
Object.assign(obj, row);
|
||||||
row.id = getUUID();
|
obj.id = getUUID();
|
||||||
this.request.hashTree.push(obj);
|
this.request.hashTree.push(obj);
|
||||||
this.reload();
|
this.reload();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue