Commit d7593f99 authored by Mac's avatar Mac

1

parent a8e95bb8
...@@ -152,7 +152,7 @@ export function getDictValueList(data) { ...@@ -152,7 +152,7 @@ export function getDictValueList(data) {
*/ */
export function calculateDuration(data) { export function calculateDuration(data) {
return request({ return request({
url: '/workflow/CalculateDuration', url: '/workflow/GetCalculateDuration',
method: 'post', method: 'post',
data data
}); });
...@@ -273,7 +273,7 @@ export function setCareOf(data) { ...@@ -273,7 +273,7 @@ export function setCareOf(data) {
*/ */
export function copyTomyaudit(data) { export function copyTomyaudit(data) {
return request({ return request({
url: '/workflow/CopyTomyaudit', url: '/workflow/GetCopyToMyAudit',
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