Commit 71c11155 authored by 周远喜's avatar 周远喜

ok

parent 57f90fa6
......@@ -32,7 +32,9 @@ export default {
return Api.get(`${PlanUrl}/messchedule/getpoolordercount`);
},
listbyuser(params) {//获取当前登录用户可操作的排产
return Api.post(`${Platform}/setschedulecompany/listbyuser`, params);
//authUrl
return Api.post(`${authUrl}/setschedulecompany/listbyuser`, params);//168
// return Api.post(`${Platform}/setschedulecompany/listbyuser`, params);//61
},
moveintoai(){////跳转进入智能排产池前判断
return Api.post(`${PlanUrl}/messchedule/moveintoai`);
......
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