Browse Source

领用列表 修改请求接口

master
邓宏 2 years ago
parent
commit
c007a3790f
  1. 2
      pages/massif/collectList.vue

2
pages/massif/collectList.vue

@ -96,7 +96,7 @@ export default {
this.searchVal.pageNo=1 this.searchVal.pageNo=1
}, },
async search(){ async search(){
var res=await request("/api/OutInManageApi/queryCollectingList",{ var res=await request("/api/Inventory/queryCollectingList",{
method:"post", method:"post",
body: this.searchVal body: this.searchVal
}) })

Loading…
Cancel
Save