修改入会、参会

This commit is contained in:
zyn
2023-10-25 09:34:14 +08:00
parent c0de5d2bb2
commit 4bce0328f0
6 changed files with 62 additions and 21 deletions
+18
View File
@@ -1083,3 +1083,21 @@ export function processCreateMeeting (data) {
data
})
}
// 政策课题入会
export function processLawsTopicMembership (data) {
return axios({
url: '/api/lawss/sarLawsTopic/processLawsTopicMembership',
method: 'post',
data
})
}
// 政策课题参会
export function processLawsTopicParticipation (data) {
return axios({
url: '/api/lawss/sarLawsTopic/processLawsTopicParticipation',
method: 'post',
data
})
}