|
@@ -641,7 +641,7 @@ export default {
|
|
|
...expertsuser({ expertQuery: 'query' }),
|
|
|
async search() {
|
|
|
let res = await this.newquery({ skip: 0, limit: 6, type: '1', status: '1' });
|
|
|
- // if (this.$checkRes(res)) this.$set(this, `achieveList`, res.data);
|
|
|
+ if (this.$checkRes(res)) this.$set(this, `achieveList`, res.data);
|
|
|
res = await this.newquery({ skip: 0, limit: 6, type: '0', status: '1' });
|
|
|
if (this.$checkRes(res)) this.$set(this, `technologyList`, res.data);
|
|
|
res = await this.newquery({ skip: 0, limit: 5, type: '2', status: '1' });
|