Explorar el Código

feature/1001815

lizi hace 3 años
padre
commit
8606fd87b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
   })