Commit 768e1b3e authored by Li Mingzhe's avatar Li Mingzhe

feat: form

parent 74b8e8c0
No preview for this file type
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
<!--龙骨面板--> <!--龙骨面板-->
<nz-modal [(nzVisible)]="animaPanelVisible" nzTitle="配置资源文件" (nzOnCancel)="animaPanelCancel()" (nzOnOk)="animaPanelOk()" nzOkText="保存"> <nz-modal [(nzVisible)]="animaPanelVisible" nzTitle="配置资源文件" (nzAfterClose)="closeAfterPanel()" (nzOnCancel)="animaPanelCancel()" (nzOnOk)="animaPanelOk()" nzOkText="保存">
<div class="anima-upload-btn"> <div class="anima-upload-btn">
<span style="margin-right: 10px">上传 ske_json 文件: </span> <span style="margin-right: 10px">上传 ske_json 文件: </span>
......
...@@ -1322,7 +1322,9 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges { ...@@ -1322,7 +1322,9 @@ export class CustomHotZoneComponent implements OnInit, OnDestroy, OnChanges {
} }
closeAfterPanel() {
this.refresh();
}
/** /**
* 刷新 渲染页面 * 刷新 渲染页面
*/ */
......
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