ソースを参照

feature/1001815

lizi 3 年 前
コミット
8606fd87b6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/views/report/components/reference/ReferenceDraw.vue

+ 1 - 1
src/views/report/components/reference/ReferenceDraw.vue

@@ -111,7 +111,7 @@ function onSectionRecordUse(sectionId: number) {
   })
 }
 
-function onSectionRecordCancel(sectionId: number) { 
+function onSectionRecordCancel(sectionId: number) {
   paperSectionService.cancel(sectionId).then(() => {
     paperSectionUsage.value[`${sectionId}`] = false
   })