Commit 5fb64945 authored by Tt's avatar Tt

表单存储动画失败 修复

parent b783042c
......@@ -176,6 +176,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
saveAniEnter(e) {
this.aniEnter.skeJsonData = e.skeJsonData;
this.aniEnter.texJsonData = e.texJsonData;
this.aniEnter.texPngData = e.texPngData;
console.log(e);
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