|
@@ -108,7 +108,7 @@ export default {
|
|
res = await this.expertQuery({ skip, limit: 8, ...info });
|
|
res = await this.expertQuery({ skip, limit: 8, ...info });
|
|
if (this.$checkRes(res)) this.$set(this, `expertList`, res.data);
|
|
if (this.$checkRes(res)) this.$set(this, `expertList`, res.data);
|
|
// 项目路演
|
|
// 项目路演
|
|
- res = await this.roadShowQuery({ skip, limit: 8, ...info });
|
|
|
|
|
|
+ res = await this.roadShowQuery({ skip, limit: 5, ...info });
|
|
if (this.$checkRes(res)) this.$set(this, `roadshowList`, res.data);
|
|
if (this.$checkRes(res)) this.$set(this, `roadshowList`, res.data);
|
|
},
|
|
},
|
|
},
|
|
},
|