Commit b2f97aae authored by Li Mingzhe's avatar Li Mingzhe

feat: 刷新

parent df4be9d2
......@@ -1035,7 +1035,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
animaPanelCancel() {
this.animaPanelVisible = false;
this.refresh();
}
animaPanelOk() {
......@@ -1043,6 +1043,7 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
this.setItemDragonBoneData(this.hotZoneArr[this.curDragonBoneIndex]);
console.log('this.hotZoneArr: ', this.hotZoneArr);
this.animaPanelVisible = false;
this.refresh();
}
setItemDragonBoneData(item) {
......
......@@ -106,7 +106,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
setTimeout(() => {
this.curNgIndex ++;
this.setAngularArr();
},1);
},0);
}
......
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