d24fcee3 by lxs Committed by lihua

数据资产登记更新

1 parent a74d8071
...@@ -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 };
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!