changes
This commit is contained in:
@@ -40,8 +40,10 @@ export default {
|
||||
},
|
||||
async created() {
|
||||
this.files = await this.$getdata(this.api, {
|
||||
ref: this.row.id,
|
||||
file__type: 1,
|
||||
filter: {
|
||||
ref: this.row.id,
|
||||
file__type: 1,
|
||||
},
|
||||
});
|
||||
if (this.files.length > 0)
|
||||
this.vbind = {
|
||||
|
||||
Reference in New Issue
Block a user