Поправила баг в документах
This commit is contained in:
@@ -148,7 +148,12 @@ export default {
|
||||
return this.$store.state.medical.documents;
|
||||
},
|
||||
passportFields() {
|
||||
let excludedFields = ["attachments", "id", "category"];
|
||||
let excludedFields = [
|
||||
"attachments",
|
||||
"id",
|
||||
"category",
|
||||
"issued_by_org_code",
|
||||
];
|
||||
return Object.keys(this.docData.passport).filter(
|
||||
(key) => !excludedFields.includes(key)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user