Commit 74676c56 authored by limingzhe's avatar limingzhe

fix: 删不掉bug

parent f674ef43
...@@ -100,6 +100,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -100,6 +100,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
/** 删除按钮 */ /** 删除按钮 */
delHotZone(index: number) { delHotZone(index: number) {
this.item.data.splice(index, 1) this.item.data.splice(index, 1)
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