bugfix
This commit is contained in:
@ -231,7 +231,9 @@ const handleTenantConfirm = (option) => {
|
||||
};
|
||||
|
||||
watchEffect(() => {
|
||||
console.log(loginForm.value.tenant)
|
||||
if (loginForm.value.tenant) {
|
||||
console.log('getcode')
|
||||
getCode();
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user