Przeglądaj źródła

feature/1001815

lizi 3 lat temu
rodzic
commit
8606fd87b6

+ 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
   })