Commit e05888be authored by linzhiguo's avatar linzhiguo

# 修改干扰项没有及时保存

parent 33b2d93d
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
</div> </div>
<div style="display: flex; margin-bottom: 10px;"> <div style="display: flex; margin-bottom: 10px;">
<div style="flex:5"> <div style="flex:5">
<label nz-checkbox [(ngModel)]="data.is_disturb">干扰选项分组</label> <label nz-checkbox [(ngModel)]="data.is_disturb" (ngModelChange)="saveItem()" >干扰选项分组</label>
</div> </div>
</div> </div>
......
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