|
@@ -118,7 +118,7 @@ export default {
|
|
|
} else {
|
|
|
this.$store.commit('hideLoading')
|
|
|
clearInterval(this.interOne)
|
|
|
- Notify({ type: 'warning', message: res.message })
|
|
|
+ Notify({ type: 'warning', message: res.data })
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
}
|
|
|
} else {
|
|
|
this.$store.commit('hideLoading')
|
|
|
- Notify({ type: 'warning', message: res.message })
|
|
|
+ Notify({ type: 'warning', message: res.data })
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
}
|
|
|
else {
|
|
|
this.$store.commit('hideLoading')
|
|
|
- Notify({ type: 'warning', message: res.message })
|
|
|
+ Notify({ type: 'warning', message: res.data })
|
|
|
}
|
|
|
})
|
|
|
},
|