|
@@ -146,7 +146,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-col :span="24" class="createpro">
|
|
|
|
|
|
+ <el-col :span="24" class="createpro" style="display:none">
|
|
<el-button type="text" @click="dialog = true">我要<br />发布</el-button>
|
|
<el-button type="text" @click="dialog = true">我要<br />发布</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
<el-dialog :visible.sync="dialog" class="releaseDialog" title="信息征集" @close="toClose" width="61%">
|
|
<el-dialog :visible.sync="dialog" class="releaseDialog" title="信息征集" @close="toClose" width="61%">
|
|
@@ -640,7 +640,7 @@ export default {
|
|
...product({ newquery: 'newquery', productCreate: 'create' }),
|
|
...product({ newquery: 'newquery', productCreate: 'create' }),
|
|
...expertsuser({ expertQuery: 'query' }),
|
|
...expertsuser({ expertQuery: 'query' }),
|
|
async search() {
|
|
async search() {
|
|
- let res = await this.newquery({ skip: 0, limit: 6, type: '1', status: '1' });
|
|
|
|
|
|
+ let res = await this.newquery({ skip: 0, limit: 8, 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' });
|
|
res = await this.newquery({ skip: 0, limit: 6, type: '0', status: '1' });
|
|
if (this.$checkRes(res)) this.$set(this, `technologyList`, res.data);
|
|
if (this.$checkRes(res)) this.$set(this, `technologyList`, res.data);
|