专家库退订状态+修改列表页数据显示

This commit is contained in:
2026-04-28 11:12:15 +08:00
parent ca1b10c418
commit 0c9ff0fe68
5 changed files with 125 additions and 8 deletions

View File

@@ -381,7 +381,7 @@ export default {
selectedStyleName: '',
// 列表数据
query: { keyword: '', state: 'all', pageIndex: 1, pageSize: 15 },
query: { keyword: '', state: 'all', pageIndex: 1, pageSize: 10 },
list: [],
total: 0,
@@ -1035,7 +1035,7 @@ export default {
journal_id: String(this.selectedJournalId || ''),
factory_id: String(this.routePromotionFactoryId || ''),
page: Number(this.query.pageIndex || 1),
per_page: Number(this.query.pageSize || 15)
per_page: Number(this.query.pageSize || 10)
};
if (this.query.state !== 'all' && this.query.state !== '' && this.query.state != null) {
params.state = String(this.query.state);