Commit a8e95bb8 authored by Mac's avatar Mac

1

parent 680820d2
......@@ -102,7 +102,7 @@ export function getConditionAndAuditInfo(data) {
*/
export function myInitiateAudit(data) {
return request({
url: '/workflow/MyInitiateAudit',
url: '/workflow/GetMyInitiateAudit',
method: 'post',
data
});
......@@ -132,7 +132,7 @@ export function getMyInitiateAuditStatus(data) {
*/
export function auditworkflowTemplate(data) {
return request({
url: '/workflow/AuditworkflowTemplate',
url: '/workflow/GetAuditWorkFlowTemplate',
method: 'post',
data
});
......@@ -283,7 +283,7 @@ export function copyTomyaudit(data) {
*/
export function myAudit(data) {
return request({
url: '/workflow/MyAudit',
url: '/workflow/GetMyAudit',
method: 'post',
data
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment