Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
chennqqi committed Feb 20, 2021
1 parent c38f74b commit 7c4edb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/account/user/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ export default {
const dupvalue = {}
Object.assign(dupvalue, data)
dupvalue.role = role
debugger
const formData = pick(dupvalue, [ 'id', 'username', 'email', 'password', 'role' ])
form.setFieldsValue(formData)
}
Expand Down

0 comments on commit 7c4edb9

Please sign in to comment.