|
@ -37,7 +37,7 @@ |
|
|
<!-- <p @click="LookSource(item.id)" class="item-content pointer">{{ item.intro }}</p> --> |
|
|
<!-- <p @click="LookSource(item.id)" class="item-content pointer">{{ item.intro }}</p> --> |
|
|
<!-- <p class="item-content" v-html="item.content"></p> --> |
|
|
<!-- <p class="item-content" v-html="item.content"></p> --> |
|
|
<p class="original1"> |
|
|
<p class="original1"> |
|
|
<span @click="openWin(item.titleUrl)" class="baseColor source">来源:{{ item.publishDepartName }}</span> |
|
|
<!-- <span @click="openWin(item.titleUrl)" class="baseColor source">来源:{{ item.publishDepartName }}</span> --> |
|
|
<span class="time">{{ item.publishTime }}</span> |
|
|
<span class="time">{{ item.publishTime }}</span> |
|
|
</p> |
|
|
</p> |
|
|
<p class="original baseColor"> |
|
|
<p class="original baseColor"> |
|
@ -45,6 +45,8 @@ |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<!-- :total="total" --> |
|
|
|
|
|
<!-- <div> {{ pageSize+"=115634156" }}</div> --> |
|
|
<a-pagination |
|
|
<a-pagination |
|
|
:current="current" |
|
|
:current="current" |
|
|
:page-size="pageSize" |
|
|
:page-size="pageSize" |
|
@ -68,7 +70,7 @@ export default { |
|
|
str: '这是创新政策界面', |
|
|
str: '这是创新政策界面', |
|
|
lists: [], |
|
|
lists: [], |
|
|
total: 0, |
|
|
total: 0, |
|
|
pageSize: 6, |
|
|
pageSize: '', |
|
|
pCode: ['title', 'area', 'area'], |
|
|
pCode: ['title', 'area', 'area'], |
|
|
pStatus: { |
|
|
pStatus: { |
|
|
bw: 0, |
|
|
bw: 0, |
|
@ -80,6 +82,7 @@ export default { |
|
|
policyText: ['标题', '地区', '发布部门'], // 搜索框选项列表 |
|
|
policyText: ['标题', '地区', '发布部门'], // 搜索框选项列表 |
|
|
iptCon: '', // 搜索框input内容 |
|
|
iptCon: '', // 搜索框input内容 |
|
|
}, |
|
|
}, |
|
|
|
|
|
pages: '' |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
computed: mapState('home', ['current', 'policyStatus']), |
|
|
computed: mapState('home', ['current', 'policyStatus']), |
|
@ -117,6 +120,8 @@ export default { |
|
|
if (code === 200) { |
|
|
if (code === 200) { |
|
|
this.lists = data.list; |
|
|
this.lists = data.list; |
|
|
this.total = data.total - 0; |
|
|
this.total = data.total - 0; |
|
|
|
|
|
this.pages = data.pages |
|
|
|
|
|
this.pageSize = data.pageSize |
|
|
window.scroll(0, 0); |
|
|
window.scroll(0, 0); |
|
|
} |
|
|
} |
|
|
} catch (error) { |
|
|
} catch (error) { |
|
|