|  | @@ -3,7 +3,7 @@
 | 
											
												
													
														|  |   * @Author: wangcc
 |  |   * @Author: wangcc
 | 
											
												
													
														|  |   * @Date: 2022-07-06 15:56:45
 |  |   * @Date: 2022-07-06 15:56:45
 | 
											
												
													
														|  |   * @LastEditors: gcz
 |  |   * @LastEditors: gcz
 | 
											
												
													
														|  | - * @LastEditTime: 2022-11-03 14:07:20
 |  | 
 | 
											
												
													
														|  | 
 |  | + * @LastEditTime: 2022-11-04 14:15:12
 | 
											
												
													
														|  |   * @FilePath: \ntbigscreen\src\views\index.vue
 |  |   * @FilePath: \ntbigscreen\src\views\index.vue
 | 
											
												
													
														|  |   * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 |  |   * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 | 
											
												
													
														|  |  -->
 |  |  -->
 | 
											
										
											
												
													
														|  | @@ -585,7 +585,9 @@ export default {
 | 
											
												
													
														|  |          smallNumber: this.xiaobaninput,
 |  |          smallNumber: this.xiaobaninput,
 | 
											
												
													
														|  |          cityId: this.$store.state.addr.selectCity.areaId,
 |  |          cityId: this.$store.state.addr.selectCity.areaId,
 | 
											
												
													
														|  |          countyId: this.$store.state.addr.selectDistrict.areaId,
 |  |          countyId: this.$store.state.addr.selectDistrict.areaId,
 | 
											
												
													
														|  | -        townId: this.$store.state.addr.selectStreet.areaId
 |  | 
 | 
											
												
													
														|  | 
 |  | +        townId: this.$store.state.addr.selectStreet.areaId,
 | 
											
												
													
														|  | 
 |  | +        pageNum:1,
 | 
											
												
													
														|  | 
 |  | +        pageSize:50,
 | 
											
												
													
														|  |        };
 |  |        };
 | 
											
												
													
														|  |        rightScrollData(param)
 |  |        rightScrollData(param)
 | 
											
												
													
														|  |          .then((res) => {
 |  |          .then((res) => {
 | 
											
										
											
												
													
														|  | @@ -623,7 +625,9 @@ export default {
 | 
											
												
													
														|  |          courseName: this.projectInput,
 |  |          courseName: this.projectInput,
 | 
											
												
													
														|  |          cityId: this.$store.state.addr.selectCity.areaId,
 |  |          cityId: this.$store.state.addr.selectCity.areaId,
 | 
											
												
													
														|  |          countyId: this.$store.state.addr.selectDistrict.areaId,
 |  |          countyId: this.$store.state.addr.selectDistrict.areaId,
 | 
											
												
													
														|  | -        townId: this.$store.state.addr.selectStreet.areaId
 |  | 
 | 
											
												
													
														|  | 
 |  | +        townId: this.$store.state.addr.selectStreet.areaId,
 | 
											
												
													
														|  | 
 |  | +        pageNum:1,
 | 
											
												
													
														|  | 
 |  | +        pageSize:50,
 | 
											
												
													
														|  |        };
 |  |        };
 | 
											
												
													
														|  |        projectList(param)
 |  |        projectList(param)
 | 
											
												
													
														|  |          .then((res) => {
 |  |          .then((res) => {
 |