|
@@ -402,7 +402,7 @@ export default {
|
|
purchaseCancel({ sn: row.sparePartsSn }).then(res => {
|
|
purchaseCancel({ sn: row.sparePartsSn }).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.$message.success(res.message)
|
|
_this.$message.success(res.message)
|
|
- _this.$refs.table.refresh()
|
|
|
|
|
|
+ _this.$refs.table.refresh(true)
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
} else {
|
|
} else {
|
|
_this.spinning = false
|
|
_this.spinning = false
|