|
|
|
@ -3155,7 +3155,7 @@ import {EventBus} from "../../../main"; |
|
|
|
sizeChangeHandle (val) { |
|
|
|
this.pageSize = val |
|
|
|
this.pageIndex = 1 |
|
|
|
if (this.selectTypeFlag.length > 0 || this.selectTypeFlag !== null || this.selectTypeFlag !== undefined) { |
|
|
|
if (this.selectTypeFlag !== null && this.selectTypeFlag !== undefined) { |
|
|
|
this.queryEamProjectPart(this.selectTypeFlag) |
|
|
|
} else { |
|
|
|
this.getDataList() |
|
|
|
@ -3164,7 +3164,7 @@ import {EventBus} from "../../../main"; |
|
|
|
// 当前页 |
|
|
|
currentChangeHandle (val) { |
|
|
|
this.pageIndex = val |
|
|
|
if (this.selectTypeFlag.length > 0 || this.selectTypeFlag !== null || this.selectTypeFlag !== undefined) { |
|
|
|
if (this.selectTypeFlag !== null && this.selectTypeFlag !== undefined) { |
|
|
|
this.queryEamProjectPart(this.selectTypeFlag) |
|
|
|
} else { |
|
|
|
this.getDataList() |
|
|
|
|