|
|
@@ -448,8 +448,10 @@ export let getTableTemp = async () => {
|
|
|
),
|
|
|
};
|
|
|
|
|
|
- if (window.platform.num) {
|
|
|
+ // if (window.platform.num) {
|
|
|
const item = await get("fusion/caseOverview/settingInfo", {
|
|
|
+ tabulationId: params.value.tabulationId,
|
|
|
+ overviewId: params.value.overviewId,
|
|
|
num: window.platform.num,
|
|
|
});
|
|
|
if (item) {
|
|
|
@@ -466,7 +468,7 @@ export let getTableTemp = async () => {
|
|
|
}
|
|
|
return (tempCache = { table, title });
|
|
|
}
|
|
|
- }
|
|
|
+ // }
|
|
|
}
|
|
|
if (!title) {
|
|
|
title = ui18n.t("tableTemp.title1");
|