Skip to content

Commit 7c8d340

Browse files
committed
🐛 修复 Vue2 管理后台修改用户时,报密码长度不正确的问题
1 parent f65a367 commit 7c8d340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/system/user/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ export default {
490490
this.form = response.data;
491491
this.open = true;
492492
this.title = "修改用户";
493-
this.form.password = "";
494493
});
495494
},
496495
/** 重置密码按钮操作 */

0 commit comments

Comments
 (0)