修改入会、参会
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user