Skip to content

Commit

Permalink
Merge pull request #279 from caofengbin/feature/check_public_step_rec…
Browse files Browse the repository at this point in the history
…ursion

【feat】保存公共步骤时,判断下是否有子步骤引用了当前父步骤
  • Loading branch information
ZhouYixun authored Jun 4, 2024
2 parents d13e983 + a2dc2c7 commit 21a7cf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/PublicStepUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ const summit = () => {
} else {
emit('flush', true);
}
} else {
ElMessage.error({
message: resp.data,
});
}
});
}
Expand Down

0 comments on commit 21a7cf0

Please sign in to comment.