NEZ-835 fix: 新增页面添加标签页关闭提示功能
This commit is contained in:
@@ -320,9 +320,7 @@ export default {
|
||||
deep: true,
|
||||
immediate: true,
|
||||
handler (n, o) {
|
||||
if (n.id) {
|
||||
this.isEdit = true
|
||||
}
|
||||
this.isEdit = true
|
||||
this.editAlertRule = JSON.parse(JSON.stringify(n))
|
||||
if (this.editAlertRule.id) {
|
||||
this.expressions = [this.editAlertRule.expr]
|
||||
|
||||
Reference in New Issue
Block a user