fix: send repair title to backend
This commit is contained in:
parent
0c5018147e
commit
7d08f3c9a8
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ export default defineComponent({
|
|||
let createRepair: CreateRepairViewModel = {
|
||||
affected: this.active,
|
||||
affectedId: this.related,
|
||||
title: formData.responsible.value,
|
||||
title: formData.title.value,
|
||||
description: formData.description.value,
|
||||
responsible: formData.responsible.value,
|
||||
reports: this.reports,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue