Commit 0b533c42 authored by kangzhenfei's avatar kangzhenfei

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product

parents 9d966ce5 cda71c87
......@@ -4,6 +4,9 @@ export default {
paged(params) {
return Api.get(`${apsUrl}/scheduletotal/getall`, params);
},
getalldetails(params) {
return Api.get(`${apsUrl}/scheduletotal/getalldetails`, params);
},
getall(params) {
return Api.get(`${apsUrl}/schema/getall`, params);
},
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment