|
|
@@ -605,7 +605,7 @@
|
|
|
},
|
|
|
getWhListData() {
|
|
|
getData({
|
|
|
- pageNum: this.selectDocumentWhPagination.currentPage,
|
|
|
+ page: this.selectDocumentWhPagination.currentPage,
|
|
|
pageSize: this.selectDocumentWhPagination.pageSize,
|
|
|
whType: this.document.documentId,
|
|
|
}).then((res) => {
|