|
@@ -285,7 +285,7 @@
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.$message.success(res.message)
|
|
_this.$message.success(res.message)
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
- _this.$emit('refashTable')
|
|
|
|
|
|
+ _this.$emit('refashTable', true)
|
|
} else {
|
|
} else {
|
|
record.qty = record.qtyBackups
|
|
record.qty = record.qtyBackups
|
|
_this.spinning = false
|
|
_this.spinning = false
|