Skip to content

Commit

Permalink
Update PublicStepUpdate.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
caofengbin committed May 28, 2024
1 parent bc72aa4 commit a2dc2c7
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 a2dc2c7

Please sign in to comment.