租户列表系统租户编辑回显bug

pull/173/MERGE
gexinzhineng/gxzn27 2023-05-29 13:48:46 +08:00
parent 615ae3d651
commit 090791a38b
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ const getTenantPackageOptions = async () => {
label: tenantPackage.name
})
})
tenantPackageOption.push({
key: 0,
value: 0,
label: '系统租户',
disabled: true
})
return tenantPackageOption
}