Browse Source

Merge remote-tracking branch 'origin/master'

master
yunuo970428 1 year ago
parent
commit
f45fca954e
  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