Initial pattern for populating different report types
This commit is contained in:
parent
c8f74d3c26
commit
ae10e4fee8
14 changed files with 218 additions and 68 deletions
|
|
@ -151,6 +151,7 @@ async function fetchExistingReport(report_uri: string) {
|
|||
return;
|
||||
}
|
||||
const body = await resp.json();
|
||||
report.value.comments = body.comments;
|
||||
report.value.id = body.id;
|
||||
report.value.images = body.images;
|
||||
report.value.uri = body.uri;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue