[web-app] 增加同步按钮
This commit is contained in:
@@ -27,6 +27,12 @@ export class AlertNoticeComponent implements OnInit {
|
||||
this.loadReceiversTable();
|
||||
this.loadRulesTable();
|
||||
}
|
||||
syncReceiver() {
|
||||
this.loadReceiversTable();
|
||||
}
|
||||
syncRule() {
|
||||
this.loadRulesTable();
|
||||
}
|
||||
|
||||
loadReceiversTable() {
|
||||
this.receiverTableLoading = true;
|
||||
|
||||
Reference in New Issue
Block a user