mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
modify method name
This commit is contained in:
@@ -268,7 +268,7 @@ import {
|
||||
export default {
|
||||
data() {
|
||||
const userStore = useUserStore();
|
||||
const newUser = userStore.generateNewUserInfo(this.$locale.getCurrentLanguageCode());
|
||||
const newUser = userStore.generateNewUserModel(this.$locale.getCurrentLanguageCode());
|
||||
|
||||
return {
|
||||
user: newUser,
|
||||
|
||||
Reference in New Issue
Block a user