f02f263b by lihua

fix: 修复新建时返回的taskGuid

1 parent 29c48912
...@@ -633,7 +633,7 @@ const changeStep = async (val) => { ...@@ -633,7 +633,7 @@ const changeStep = async (val) => {
633 saveAnonTask(saveParams).then((res: any) => { 633 saveAnonTask(saveParams).then((res: any) => {
634 fullscreenLoading.value = false; 634 fullscreenLoading.value = false;
635 if (res.code == proxy.$passCode) { 635 if (res.code == proxy.$passCode) {
636 taskGuid.value = res.data?.guid; 636 taskGuid.value = res.data?.taskGuid;
637 isExecEnd.value = false; 637 isExecEnd.value = false;
638 taskExecGuid.value = res.data?.lastExecGuid; 638 taskExecGuid.value = res.data?.lastExecGuid;
639 step.value = val - 1; 639 step.value = val - 1;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!