计划执行

This commit is contained in:
chenjianan
2019-08-03 15:00:35 +08:00
parent 16226e7f9e
commit 64ed7cdc03
3 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import request from '@/utils/request'
// 初始化机床项目
export function initProject() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: 'PDM_项目名称_查询数据'
}
})
}