bill преди 2 години
родител
ревизия
369dd6467b
променени са 2 файла, в които са добавени 7 реда и са изтрити 1 реда
  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;