Skip to content

Commit

Permalink
Merge pull request #142 from go-admin-team/dev
Browse files Browse the repository at this point in the history
patch🚑: merge dev
  • Loading branch information
wenjianzhang authored Jul 28, 2021
2 parents 82191a9 + f4f2703 commit 83c9ff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-admin",
"version": "2.0.0",
"version": "2.0.2",
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
"author": "https://github.com/wenjianzhang",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions src/views/admin/sys-dept/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ export default {
sort: [
{ required: true, message: '菜单顺序不能为空', trigger: 'blur' }
],
leader: [
{ required: true, message: '负责人不能为空', trigger: 'blur' }
],
email: [
{
type: 'email',
Expand Down

0 comments on commit 83c9ff8

Please sign in to comment.