1
0
tangning преди 7 месеца
родител
ревизия
95f610b886
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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),
   };