项目部委托书
This commit is contained in:
parent
f45fef1ab3
commit
d6f8591d85
|
|
@ -62,3 +62,12 @@ export function getAuthDetail(data) {
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 项目部委托书
|
||||||
|
export function getAuthInfo(data) {
|
||||||
|
return request({
|
||||||
|
url: '/material/authorize/authorizeInfoView',
|
||||||
|
method: 'POST',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue