|
@@ -241,6 +241,7 @@ export default {
|
|
|
.then(res => {
|
|
|
if (res.status == 200) {
|
|
|
_this.resetTable(false)
|
|
|
+ _this.getStatisticsData()
|
|
|
}
|
|
|
_this.$message.info(res.message)
|
|
|
_this.delLoading = false
|
|
@@ -349,6 +350,7 @@ export default {
|
|
|
sparePartsReturnDetailSave(params)
|
|
|
.then(res => {
|
|
|
if (res.status == 200) {
|
|
|
+ this.getStatisticsData()
|
|
|
this.resetSearchForm(true)
|
|
|
}
|
|
|
this.isInster = false
|