This commit is contained in:
shenyanpei
2021-11-24 14:23:25 +08:00
parent df6b969c18
commit 091d12ebb0
3 changed files with 20 additions and 5 deletions
+9
View File
@@ -54,3 +54,12 @@ export function meetingByMonth (params) {
params
})
}
export function addUn (params) {
return axios({
url: 'api/sarStandUnqualified/sar-stand-unqualified/add',
method: 'post',
params,
content: 'json'
})
}