|
@@ -287,7 +287,7 @@ export default {
|
|
shelfReplenishConfirm(params).then(res => {
|
|
shelfReplenishConfirm(params).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.$message.success('确认补货成功')
|
|
this.$message.success('确认补货成功')
|
|
- this.$refs.table.refresh(true)
|
|
|
|
|
|
+ this.$refs.table.refresh()
|
|
this.handleCancel()
|
|
this.handleCancel()
|
|
}
|
|
}
|
|
})
|
|
})
|