|
@@ -3821,7 +3821,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify, 1)
|
|
|
+ this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
@@ -6574,7 +6574,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
|
|
|
}
|
|
|
})
|
|
|
} else {
|