NEZ-1778 NEZ-1779 feat: 系统备份 页面开发

This commit is contained in:
zhangxiaolong
2022-04-08 14:09:56 +08:00
parent 76ae65f0cc
commit d287509948
11 changed files with 955 additions and 2 deletions

View File

@@ -642,6 +642,7 @@ export default {
handler (n, o) {
this.isEdit = true
this.editAlertRule = JSON.parse(JSON.stringify(n))
console.log(this.editAlertRule);
if (this.editAlertRule.id || this.editAlertRule.name) {
this.expressions = [this.editAlertRule.expr]
this.showTypeSelect = true // 当 edit 时禁用 type下拉框