Skip to content

Commit de9626e

Browse files
author
piexl
committed
fix:HXSecurity/DongTai#332
1 parent bafa4ee commit de9626e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/project/ProjectDetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ export default class ProjectDetail extends VueBase {
839839
async getExportList() {
840840
const res = await this.services.project.exportList({
841841
page: this.exp_page,
842-
pageSize: 10,
842+
pageSize: 20,
843843
pid: this.projectObj.id,
844844
})
845845
if (res.status === 201) {

0 commit comments

Comments
 (0)