|
@@ -3,7 +3,7 @@
|
|
|
* @Author: wangcc
|
|
|
* @Date: 2022-07-06 15:56:45
|
|
|
* @LastEditors: gcz
|
|
|
- * @LastEditTime: 2022-11-03 14:07:20
|
|
|
+ * @LastEditTime: 2022-11-04 14:15:12
|
|
|
* @FilePath: \ntbigscreen\src\views\index.vue
|
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
|
-->
|
|
@@ -585,7 +585,9 @@ export default {
|
|
|
smallNumber: this.xiaobaninput,
|
|
|
cityId: this.$store.state.addr.selectCity.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)
|
|
|
.then((res) => {
|
|
@@ -623,7 +625,9 @@ export default {
|
|
|
courseName: this.projectInput,
|
|
|
cityId: this.$store.state.addr.selectCity.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)
|
|
|
.then((res) => {
|