Commit d7593f99 authored by Mac's avatar Mac

1

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