fix:修改 alertRule的相关bug

This commit is contained in:
zhangyu
2021-05-12 19:07:07 +08:00
parent 613e65ca7b
commit cd505a0d05
7 changed files with 13 additions and 12 deletions

View File

@@ -218,7 +218,7 @@ export default {
}
this.$refs.alertRuleForm.validate((valid) => {
if (valid) {
this.editAlertRule.receiver = this.editAlertRule.receiverShow.join(',')
params.receiver = this.editAlertRule.receiverShow.join(',')
if (this.editAlertRule.id) {
this.$put('alert/rule', params).then(response => {
this.prevent_opt.save = false