Skip to content

Commit f7ddd8b

Browse files
authored
chore(user.vue): Update user.vue, alter userInfo username to userName. (flipped-aurora#1855)
1 parent 43d0c29 commit f7ddd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/superAdmin/user/user.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ const deleteUserFunc = async(row) => {
368368
369369
// 弹窗相关
370370
const userInfo = ref({
371-
username: '',
371+
userName: '',
372372
password: '',
373373
nickName: '',
374374
headerImg: '',

0 commit comments

Comments
 (0)