@@ -261,7 +261,7 @@ export default {
type: 'warning',
}).then(async () => {
let res;
- res = await this.copy(data.id);
+ res = await this.copy(data._id);
if (this.$checkRes(res)) {
this.$message({ type: `success`, message: `复制成功` });
this.toBack();
@@ -217,7 +217,7 @@ export default {