@@ -20,10 +20,11 @@ export function getTransferList(assetId) {
}
// 查询个人领用列表
-export function personReceive() {
+export function personReceive(data) {
return request({
url: '/material/asset/transfer/personReceive',
- method: 'get'
+ method: 'get',
+ params: data
})
@@ -82,7 +82,7 @@ export default {
},
methods: {
getList() {
- personReceive().then(res => {
+ personReceive(this.queryParams).then(res => {
this.assetList = res.data