Commit 82f117ad authored by chenzj's avatar chenzj

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-pad into dev

parents 6cfe2f71 5b516112
......@@ -58,7 +58,7 @@ const install = (Vue, vm) => {
changeCheckMachineTool: (params = {}) =>
vm.$u.get(
config.adminPath +
`/mes/pro/protask/getToolOnMachines/${params.taskWorkunitId}`
`/mes/pro/protask/getToolInProcess/${params.taskWorkunitId}`
),
//生产报工
feedback: (params = {}) =>
......@@ -286,7 +286,7 @@ const install = (Vue, vm) => {
saveRegByValidCode: (params = {}) =>
vm.$u.post('/account/saveRegByValidCode', params),
getPrintTemplateList: (params = {}) =>
vm.$u.get(config.adminPath + '/ureportM/list' , params),
vm.$u.get(config.adminPath + '/ureportM/list', params),
// APP公共服务
upgradeCheck: () =>
vm.$u.post('/app/upgrade/check', {
......
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