This commit is contained in:
chenjianxing 2020-10-12 11:34:57 +08:00
commit dbf18cde4a
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ export default {
clone(row) { clone(row) {
let scenarios = []; let scenarios = [];
row.selected.forEach(options => { row.selected.forEach(options => {
// IDID
options.id = undefined;
scenarios.push(new Scenario(options)); scenarios.push(new Scenario(options));
}) })
this.$emit('select', scenarios); this.$emit('select', scenarios);