Commit 2930ff1b authored by asdf's avatar asdf

表单bug

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