Commit 8726e8f3 authored by limingzhe's avatar limingzhe

fix: 默认frame

parent 91184f87
......@@ -116,6 +116,10 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.item.scale = 1;
}
if (!this.item.frame) {
this.item.frame = 24;
}
if (!this.item.skeJsonData) {
this.item.skeJsonData = {};
this.item.texJsonData = {};
......
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