|
@@ -325,13 +325,13 @@ export default {
|
|
this.$message.warning('请先选择退货原因!')
|
|
this.$message.warning('请先选择退货原因!')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- this.loading = true
|
|
|
|
|
|
+ this.spinning = true
|
|
updateByCustomerService(record).then(res => {
|
|
updateByCustomerService(record).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.$message.success(res.message)
|
|
this.$message.success(res.message)
|
|
- this.handleCancel()
|
|
|
|
|
|
+ this.handleCancel(record)
|
|
}
|
|
}
|
|
- this.loading = false
|
|
|
|
|
|
+ this.spinning = false
|
|
})
|
|
})
|
|
},
|
|
},
|
|
// 删除产品
|
|
// 删除产品
|