Commit cda71c87 authored by 周远喜's avatar 周远喜

甘特图bug处理

parent c10bcbca
...@@ -4,6 +4,9 @@ export default { ...@@ -4,6 +4,9 @@ export default {
paged(params) { paged(params) {
return Api.get(`${apsUrl}/scheduletotal/getall`, params); return Api.get(`${apsUrl}/scheduletotal/getall`, params);
}, },
getalldetails(params) {
return Api.get(`${apsUrl}/scheduletotal/getalldetails`, params);
},
getall(params) { getall(params) {
return Api.get(`${apsUrl}/schema/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