|
|
|
@ -894,6 +894,7 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; |
|
|
|
tagNo:'', |
|
|
|
fileName:'', |
|
|
|
folder: 'projectConfirm', |
|
|
|
selectTypeFlag: [], |
|
|
|
searchData: { |
|
|
|
site: this.$store.state.user.site, |
|
|
|
userName: this.$store.state.user.name, |
|
|
|
@ -2669,6 +2670,7 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; |
|
|
|
|
|
|
|
// 获取数据列表 |
|
|
|
getDataList (params) { |
|
|
|
this.selectTypeFlag = params |
|
|
|
this.searchData.limit = this.pageSize |
|
|
|
this.searchData.page = this.pageIndex |
|
|
|
if (params !== null && params !== undefined) { |
|
|
|
@ -2801,12 +2803,12 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; |
|
|
|
sizeChangeHandle (val) { |
|
|
|
this.pageSize = val |
|
|
|
this.pageIndex = 1 |
|
|
|
this.getDataList() |
|
|
|
this.getDataList(this.selectTypeFlag) |
|
|
|
}, |
|
|
|
// 当前页 |
|
|
|
currentChangeHandle (val) { |
|
|
|
this.pageIndex = val |
|
|
|
this.getDataList() |
|
|
|
this.getDataList(this.selectTypeFlag) |
|
|
|
}, |
|
|
|
|
|
|
|
addModal () { |
|
|
|
|