更新ERP

This commit is contained in:
2022-07-29 16:32:28 +08:00
parent 4cd26e2f47
commit dcbece43f8
13 changed files with 76 additions and 51 deletions

View File

@@ -228,3 +228,10 @@ export function sendReportLinkedEventAndVid() {
method: 'post'
})
}
export function sendSecsGemSetting() {
return request({
url: '/cigs-00a/IL1testcontroller/post/sendSecsGemSetting',
method: 'post'
})
}