|
|
|
@ -688,7 +688,8 @@
|
|
|
|
page: this.select.page,
|
|
|
|
page: this.select.page,
|
|
|
|
table_name: this.select.table_name,
|
|
|
|
table_name: this.select.table_name,
|
|
|
|
json_data_fields: ['files', 'area_ids', 'tag_ids', 'catalog_id'],
|
|
|
|
json_data_fields: ['files', 'area_ids', 'tag_ids', 'catalog_id'],
|
|
|
|
is_auth: this.is_top_search?0:1,
|
|
|
|
// is_auth: this.is_top_search?0:1,
|
|
|
|
|
|
|
|
is_auth: 1,
|
|
|
|
sort_type: 'DESC',
|
|
|
|
sort_type: 'DESC',
|
|
|
|
sort_name: 'date',
|
|
|
|
sort_name: 'date',
|
|
|
|
catalogs_id: this.select.catalog_id ? this.select.catalog_id : '',
|
|
|
|
catalogs_id: this.select.catalog_id ? this.select.catalog_id : '',
|
|
|
|
|