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 {
};
break;
case 1:
if (result.data.data) {
result.data = {
data: JSON.parse(result.data.data).post_data,
loginParam: result.data.loginParam
}
}
taskNote = {
status: 'next',
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