[web-app] 增加同步按钮

This commit is contained in:
tomsun28
2021-12-17 15:43:25 +08:00
parent faf25b557e
commit d4241e093f
8 changed files with 38 additions and 10 deletions

View File

@@ -27,6 +27,12 @@ export class AlertNoticeComponent implements OnInit {
this.loadReceiversTable();
this.loadRulesTable();
}
syncReceiver() {
this.loadReceiversTable();
}
syncRule() {
this.loadRulesTable();
}
loadReceiversTable() {
this.receiverTableLoading = true;