changes
This commit is contained in:
@@ -194,7 +194,10 @@ export default {
|
||||
};
|
||||
},
|
||||
async created() {
|
||||
this.record = await this.$getdata("people", { id: this.row.people || this.row.id }, undefined, true);
|
||||
this.record = await this.$getdata("people", {
|
||||
first: true,
|
||||
filter: { id: this.row.people || this.row.id },
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
findLang(code) {
|
||||
|
||||
Reference in New Issue
Block a user