Skip to content

Commit

Permalink
[fix] Stuck when information was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Reqwey authored Apr 28, 2024
1 parent 567348c commit 3903e20
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 3903e20

Please sign in to comment.