1
0
tangning 7 kuukautta sitten
vanhempi
commit
95f610b886
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/view/case/draw/index.vue

+ 1 - 1
src/view/case/draw/index.vue

@@ -147,7 +147,7 @@ const saveHandler = async () => {
   const body: SaveCaseFileImageInfo = {
     caseId: args.caseId,
     imgType: args.type,
-    file: new File([blob], `${filesTitle}_${args.fileId}.jpg`),
+    file: new File([blob], `${filesTitle}.jpg`),
     filesTitle: filesTitle,
     content: store && JSON.stringify(store),
   };