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