changes
This commit is contained in:
@@ -95,7 +95,7 @@ export default {
|
||||
},
|
||||
async created() {
|
||||
if (!this.row) return;
|
||||
this.data = await this.$getdata(this.api, { ref: this.row.id });
|
||||
this.data = await this.$getdata(this.api, { filter: { ref: this.row.id } });
|
||||
},
|
||||
computed: {
|
||||
login: {
|
||||
|
||||
Reference in New Issue
Block a user