Commit 963660d8 authored by 张海景's avatar 张海景

update:修改开始提示接口

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