bill 15 時間 前
コミット
55a25dd729
2 ファイル変更5 行追加3 行削除
  1. 4 2
      src/example/fuse/enter-shared.ts
  2. 1 1
      src/lang/locales/zh.json

+ 4 - 2
src/example/fuse/enter-shared.ts

@@ -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");

+ 1 - 1
src/lang/locales/zh.json

@@ -163,7 +163,7 @@
       "danke_o": "弹壳",
       "dantou_o": "弹头",
       "electronic": "电子物证",
-      "folder_close": "文物证",
+      "folder_close": "文物证",
       "footprint": "足迹痕迹",
       "handprint": "手印痕迹",
       "loudao": "楼道",