changes
This commit is contained in:
@@ -18,8 +18,10 @@ export default {
|
||||
let obj;
|
||||
if (this.attr === "image_count") {
|
||||
let rs = await this.$getdata(this.api, {
|
||||
ref: this.row.id,
|
||||
file__type: 2,
|
||||
filter: {
|
||||
ref: this.row.id,
|
||||
file__type: 2,
|
||||
},
|
||||
});
|
||||
if (rs.length > 0) {
|
||||
obj = {
|
||||
|
||||
Reference in New Issue
Block a user