Commit a46be593 authored by 姜登's avatar 姜登

gjj

parent a05d2b73
Pipeline #3914 passed with stage
in 7 seconds
...@@ -106,6 +106,12 @@ class TaskController extends Controller { ...@@ -106,6 +106,12 @@ class TaskController extends Controller {
}; };
break; break;
case 1: case 1:
if (result.data.data) {
result.data = {
data: JSON.parse(result.data.data).post_data,
loginParam: result.data.loginParam
}
}
taskNote = { taskNote = {
status: 'next', status: 'next',
note: { message: 'waiting', nextStep: result.data }, note: { message: 'waiting', nextStep: result.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