Browse Source

1111

zhanglei
guoxing 1 year ago
parent
commit
7c40131d66
  1. 4
      yxt-as-ui/src/api/storage/upShelf.js

4
yxt-as-ui/src/api/storage/upShelf.js

@ -8,6 +8,7 @@ export default {
url: '/wms/apiadmin/WmsShelfBill/listPage',
method: 'post',
data: params,
headers: { 'Content-Type': 'application/json' }
})
},
@ -26,7 +27,8 @@ export default {
return request({
url: '/wms/apiadmin/WmsShelfBill/saveOrUpdate',
method: 'post',
data: data
data: data,
headers: { 'Content-Type': 'application/json' }
});
},

Loading…
Cancel
Save