|
@@ -567,7 +567,7 @@ export default {
|
|
const params = {
|
|
const params = {
|
|
page: this.currentPage,
|
|
page: this.currentPage,
|
|
page_size: this.pageSize,
|
|
page_size: this.pageSize,
|
|
- doc_type_id: this.selectedType || 36,
|
|
|
|
|
|
+ doc_type_id: this.selectedType || '',
|
|
keyword: this.searchForm.name,
|
|
keyword: this.searchForm.name,
|
|
tag_names: this.searchForm.id,
|
|
tag_names: this.searchForm.id,
|
|
};
|
|
};
|