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