|
@@ -2015,7 +2015,7 @@ export default {
|
|
|
this.dialogFormVisible = 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{
|