Commit 2930ff1b authored by asdf's avatar asdf

表单bug

parent 5519a2c4
...@@ -141,9 +141,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -141,9 +141,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.save(); this.save();
} }
saveAnima2(event, group) { saveAnima2(event, group) {
group.skeJsonData = event.skeJsonData2; group.skeJsonData2 = event.skeJsonData;
group.texJsonData = event.texJsonData2; group.texJsonData2 = event.texJsonData;
group.texPngData = event.texPngData2; group.texPngData2 = event.texPngData;
this.save(); this.save();
} }
......
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