bug 78479

This commit is contained in:
赵霄
2023-11-16 17:24:55 +08:00
parent 0f8054e9c5
commit bd351710a4
@@ -381,6 +381,7 @@ export default {
pageNo: this.ipaginationLeft.current, pageNo: this.ipaginationLeft.current,
pageSize: this.ipaginationLeft.pageSize, pageSize: this.ipaginationLeft.pageSize,
fileId: '1', fileId: '1',
splitStatus: '2',
...queryParam ...queryParam
} }
this.loadingLeft = true this.loadingLeft = true
@@ -439,6 +440,7 @@ export default {
pageNo: this.ipaginationRight.current, pageNo: this.ipaginationRight.current,
pageSize: this.ipaginationRight.pageSize, pageSize: this.ipaginationRight.pageSize,
fileId: '1', fileId: '1',
splitStatus: '2',
...queryParam ...queryParam
} }
this.loadingRight = true this.loadingRight = true