1
0
tangning 7 месяцев назад
Родитель
Сommit
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),
   };