mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复创建校验问题
This commit is contained in:
parent
d70aca6b8a
commit
3909e2f094
|
|
@ -141,7 +141,7 @@ function createUser() {
|
|||
UserDialogRef.value.open()
|
||||
} else {
|
||||
common.asyncGetValid(ValidType.User, ValidCount.User, loading).then((res: any) => {
|
||||
if (res?.data?.data) {
|
||||
if (res?.data) {
|
||||
title.value = '创建用户'
|
||||
UserDialogRef.value.open()
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue