项目计划管理
This commit is contained in:
12
src/api/ManufacturingCenter/ProjectPlanningManagement.js
Normal file
12
src/api/ManufacturingCenter/ProjectPlanningManagement.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function getNames() {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '车间生产管理工艺_传递后_项目名称_查询数据_加工进度修改'
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user