Skip to content

Commit

Permalink
perf: 允许用户修改Source
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemio authored and ibuler committed Feb 2, 2021
1 parent 28daf41 commit 607eec6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/users/User/UserCreateUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export default {
return this.$route.meta.action !== 'update' || formValue.source !== 'local'
}
},
source: {
hidden: () => { return true }
},
password: {
component: UserPassword,
hidden: (formValue) => {
Expand Down

0 comments on commit 607eec6

Please sign in to comment.