@@ -3316,7 +3316,7 @@ export default {
this.dialogFormVisible2 = false
this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
} else {
- failproccess(response, this.$notify)
+ this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
}
})
}else{