d24fcee3 by lxs Committed by lihua

数据资产登记更新

1 parent a74d8071
......@@ -356,7 +356,7 @@ const tentData = ref<any>({});
const getTenantInformation = () => {
const ps: any = [];
ps.push(getTenantDetailInfo(tenantGuid).then((res: any) => {
ps.push(getTenantDetailInfo(tenantGuid || userData.tenantGuid).then((res: any) => {
if (res.code === proxy.$passCode) {
const data = res.data ?? {};
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!