Browse Source

feature/1001815

lizi 2 years ago
parent
commit
8606fd87b6
1 changed files with 1 additions and 1 deletions
  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
   })