This commit is contained in:
nyoung 2024-08-24 09:46:16 +08:00
parent 5708896d68
commit 831d8587d5

View File

@ -140,7 +140,7 @@
} }
}, },
}, },
created(){ mounted(){
getTenantIdByWebsite(this.tenantCode).then(res => { getTenantIdByWebsite(this.tenantCode).then(res => {
const tenantId = res.data; const tenantId = res.data;
if (tenantId && tenantId >= 0) { if (tenantId && tenantId >= 0) {