Skip to content

Commit

Permalink
Merge pull request #8 from Reqwey/patch-1
Browse files Browse the repository at this point in the history
[fix] Stuck when information was missing
  • Loading branch information
wflixu authored Apr 28, 2024
2 parents 567348c + 3903e20 commit 6970991
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/project/AddProject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ const handleOk = () => {
emit('finish')
resetProject()
} else {
message.warn("请填写完整")
message.warn("请填写完整");
loading.value = false;
}
};
</script>

<style scoped></style>
<style scoped></style>

0 comments on commit 6970991

Please sign in to comment.