|
@@ -222,7 +222,7 @@ export default {
|
|
content: '确认要审核通过吗?',
|
|
content: '确认要审核通过吗?',
|
|
centered: true,
|
|
centered: true,
|
|
onOk () {
|
|
onOk () {
|
|
- allocWarehouseAudit({ id: row.id }).then(res => {
|
|
|
|
|
|
+ allocWarehouseAudit({ allocationWarehouseSn: row.allocationWarehouseSn }).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()
|