bill před 2 roky
rodič
revize
369dd6467b
2 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. 4 1
      src/store/sync.ts
  2. 3 0
      src/views/roads/tabulation.vue

+ 4 - 1
src/store/sync.ts

@@ -142,7 +142,10 @@ export const api = !global.android
           return await new Promise<string>((resolve) => {
             const apiName = `getImageCallback${count++}`;
             global[apiName] = (base64) => {
-              // console.error("请求url:" + fileUrl, "返回:" + base64.substring(0, 60))
+              console.error(
+                "请求url:" + fileUrl,
+                "返回:" + base64.substring(0, 60)
+              );
               resolve(URL.createObjectURL(base64ToBlob(base64)));
               delete global[apiName];
             };

+ 3 - 0
src/views/roads/tabulation.vue

@@ -383,6 +383,9 @@ const saveHandler = async () => {
 }
 
 .downMode {
+  .reset {
+    display: none !important;
+  }
   .title {
     span {
       height: 52px !important;