f02f263b by lihua

fix: 修复新建时返回的taskGuid

1 parent 29c48912
......@@ -633,7 +633,7 @@ const changeStep = async (val) => {
saveAnonTask(saveParams).then((res: any) => {
fullscreenLoading.value = false;
if (res.code == proxy.$passCode) {
taskGuid.value = res.data?.guid;
taskGuid.value = res.data?.taskGuid;
isExecEnd.value = false;
taskExecGuid.value = res.data?.lastExecGuid;
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!