修改 明细

master
hou 4 years ago
parent 87699282a3
commit d709971c6f

@ -145,7 +145,7 @@ export class FeedingModule extends VuexModule {
//查询明细 //查询明细
@Action({ commit: "updateCheckedOrderInInfoListKw" }) @Action({ commit: "updateCheckedOrderInInfoListKw" })
async querydetaildlist(content: any) { async querydetaildlist(content: any) {
let res: any = await http.post("/tl/getBlListSn", content); let res: any = await http.post("/wmspda/tl/getBlListSn", content);
console.log("明细》》》》》》》》》", res.list); console.log("明细》》》》》》》》》", res.list);
this.detailedList = res.list; this.detailedList = res.list;
return res; return res;

Loading…
Cancel
Save