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