NEZ-1239 fix: Alert rule Evaluation interval 回显有误
This commit is contained in:
@@ -308,6 +308,9 @@ export default {
|
||||
schedDays: response.data.schedDays ? response.data.schedDays.split(',').map(item => Number(item)) : [],
|
||||
receiverShow: response.data.receiver ? response.data.receiver.split(',').map(item => Number(item)) : []
|
||||
}
|
||||
if (this.object.inr == 0) {
|
||||
this.object.inr = undefined
|
||||
}
|
||||
if (copyFlag) {
|
||||
this.object.id = ''
|
||||
this.object.name = this.object.name + '-copy'
|
||||
|
||||
Reference in New Issue
Block a user