mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +08:00
Create or update users to add tenants cannot be empty verification. (#7594)
This commit is contained in:
parent
5be8e0531c
commit
64efc65edf
@ -199,6 +199,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Verify tenant
|
||||
if (!this.tenantId) {
|
||||
this.$message.warning(`${i18n.$t('select tenant')}`)
|
||||
return false
|
||||
}
|
||||
|
||||
// email
|
||||
if (!this.email) {
|
||||
this.$message.warning(`${i18n.$t('Please enter email')}`)
|
||||
|
Loading…
Reference in New Issue
Block a user