diff --git a/frontend/src/views/account/user/Edit.vue b/frontend/src/views/account/user/Edit.vue index 0ff844c..5718993 100644 --- a/frontend/src/views/account/user/Edit.vue +++ b/frontend/src/views/account/user/Edit.vue @@ -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) }