This commit is contained in:
parent
0c3f9c57aa
commit
050378defc
|
|
@ -691,4 +691,13 @@ export function getProjectInfoApi(data) {
|
|||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取项目信息
|
||||
export function getProTotalListApi(data) {
|
||||
return request({
|
||||
url: '/material/material_maMachine/getTotalList',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
Loading…
Reference in New Issue