|
@@ -502,12 +502,18 @@ export default {
|
|
areaList.forEach((a) => allArea.push(a.areaId));
|
|
areaList.forEach((a) => allArea.push(a.areaId));
|
|
projectList.forEach((a) => allProject.push(a.projectId));
|
|
projectList.forEach((a) => allProject.push(a.projectId));
|
|
let postData = {
|
|
let postData = {
|
|
|
|
+ // page: this.pageNum,
|
|
|
|
+ // pageSize: 50,
|
|
firstClassId: this.searchForm.yjfl,
|
|
firstClassId: this.searchForm.yjfl,
|
|
secondClassId: this.searchForm.ejfl,
|
|
secondClassId: this.searchForm.ejfl,
|
|
areaIds: this.searchForm.ssqy,
|
|
areaIds: this.searchForm.ssqy,
|
|
- queryText1: this.searchForm.title ? this.searchForm.title : "",
|
|
|
|
|
|
+ queryText1: this.searchForm.title,
|
|
queryText2: this.searchForm.sgjh,
|
|
queryText2: this.searchForm.sgjh,
|
|
projectIds: this.searchForm.ssxm,
|
|
projectIds: this.searchForm.ssxm,
|
|
|
|
+ type: this.searchForm.type,
|
|
|
|
+ purchaserId: this.searchForm.purchaserId,
|
|
|
|
+ applyMonth: this.searchForm.applyMonth,
|
|
|
|
+ applicantName: this.searchForm.applicantName,
|
|
// storehouseId: this.searchForm.ck
|
|
// storehouseId: this.searchForm.ck
|
|
};
|
|
};
|
|
if (!this.searchForm.ssqy) {
|
|
if (!this.searchForm.ssqy) {
|