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