内外部会议入库流程

This commit is contained in:
zyn
2023-10-16 17:30:56 +08:00
parent 57ae69b55b
commit d6ea0eeda7
17 changed files with 1235 additions and 71 deletions
+9
View File
@@ -1074,3 +1074,12 @@ export function productDeptIssue(params) {
params
})
}
// 内外部会议入库
export function processCreateMeeting (data) {
return axios({
url: '/api/lawss/meeting/processCreateMeeting',
method: 'post',
data
})
}