42578cd0 by lxs

数据资产登记更新

1 parent bf54009c
......@@ -51,7 +51,6 @@ const detailType: any = ref(route.query.type);
const evaGuid: any = ref(route.query.evaGuid);
const costAssessGuid: any = ref(route.query.costAssessGuid);
const certificateGuid: any = ref(route.query.certificateGuid);
const serviceTenantGuid: any = ref(route.query.serviceTenantGuid);
const contentRef = ref();
const tabsInfo = ref({
......@@ -357,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!