|
@@ -606,7 +606,7 @@ export default {
|
|
|
...product({ newquery: 'newquery', productCreate: 'create' }),
|
|
|
...expertsuser({ expertQuery: 'query' }),
|
|
|
async search() {
|
|
|
- let res = await this.newquery({ skip: 0, limit: 4, type: '1', status: '1' });
|
|
|
+ let res = await this.newquery({ skip: 0, limit: 6, type: '1', status: '1' });
|
|
|
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);
|