内外部会议入库流程
This commit is contained in:
@@ -1074,3 +1074,12 @@ export function productDeptIssue(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
// 内外部会议入库
|
||||
export function processCreateMeeting (data) {
|
||||
return axios({
|
||||
url: '/api/lawss/meeting/processCreateMeeting',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user