数据资产登记更新
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -356,7 +356,7 @@ const tentData = ref<any>({}); | ... | @@ -356,7 +356,7 @@ const tentData = ref<any>({}); |
| 356 | const getTenantInformation = () => { | 356 | const getTenantInformation = () => { |
| 357 | const ps: any = []; | 357 | const ps: any = []; |
| 358 | 358 | ||
| 359 | ps.push(getTenantDetailInfo(tenantGuid).then((res: any) => { | 359 | ps.push(getTenantDetailInfo(tenantGuid || userData.tenantGuid).then((res: any) => { |
| 360 | if (res.code === proxy.$passCode) { | 360 | if (res.code === proxy.$passCode) { |
| 361 | const data = res.data ?? {}; | 361 | const data = res.data ?? {}; |
| 362 | tentData.value = { ...tentData.value, ...data }; | 362 | tentData.value = { ...tentData.value, ...data }; | ... | ... |
-
Please register or sign in to post a comment