Commit a8e95bb8 authored by Mac's avatar Mac

1

parent 680820d2
...@@ -102,7 +102,7 @@ export function getConditionAndAuditInfo(data) { ...@@ -102,7 +102,7 @@ export function getConditionAndAuditInfo(data) {
*/ */
export function myInitiateAudit(data) { export function myInitiateAudit(data) {
return request({ return request({
url: '/workflow/MyInitiateAudit', url: '/workflow/GetMyInitiateAudit',
method: 'post', method: 'post',
data data
}); });
...@@ -132,7 +132,7 @@ export function getMyInitiateAuditStatus(data) { ...@@ -132,7 +132,7 @@ export function getMyInitiateAuditStatus(data) {
*/ */
export function auditworkflowTemplate(data) { export function auditworkflowTemplate(data) {
return request({ return request({
url: '/workflow/AuditworkflowTemplate', url: '/workflow/GetAuditWorkFlowTemplate',
method: 'post', method: 'post',
data data
}); });
...@@ -283,7 +283,7 @@ export function copyTomyaudit(data) { ...@@ -283,7 +283,7 @@ export function copyTomyaudit(data) {
*/ */
export function myAudit(data) { export function myAudit(data) {
return request({ return request({
url: '/workflow/MyAudit', url: '/workflow/GetMyAudit',
method: 'post', method: 'post',
data 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