|
|
@ -1821,7 +1821,7 @@ export default { |
|
|
sizeChangeHandle (val) { |
|
|
sizeChangeHandle (val) { |
|
|
this.pageSize = val |
|
|
this.pageSize = val |
|
|
this.pageIndex = 1 |
|
|
this.pageIndex = 1 |
|
|
if (this.selectTypeFlag.length > 0 || this.selectTypeFlag !== null || this.selectTypeFlag !== undefined) { |
|
|
|
|
|
|
|
|
if (this.selectTypeFlag !== null && this.selectTypeFlag !== undefined) { |
|
|
this.queryProjectUploadsDocumentList(this.selectTypeFlag) |
|
|
this.queryProjectUploadsDocumentList(this.selectTypeFlag) |
|
|
} else { |
|
|
} else { |
|
|
this.getDataList() |
|
|
this.getDataList() |
|
|
@ -1830,7 +1830,7 @@ export default { |
|
|
// 当前页 |
|
|
// 当前页 |
|
|
currentChangeHandle (val) { |
|
|
currentChangeHandle (val) { |
|
|
this.pageIndex = val |
|
|
this.pageIndex = val |
|
|
if (this.selectTypeFlag.length > 0 || this.selectTypeFlag !== null || this.selectTypeFlag !== undefined) { |
|
|
|
|
|
|
|
|
if (this.selectTypeFlag !== null && this.selectTypeFlag !== undefined) { |
|
|
this.queryProjectUploadsDocumentList(this.selectTypeFlag) |
|
|
this.queryProjectUploadsDocumentList(this.selectTypeFlag) |
|
|
} else { |
|
|
} else { |
|
|
this.getDataList() |
|
|
this.getDataList() |
|
|
|