commit
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div class="solicitopinions">
|
<div class="solicitopinions">
|
||||||
<ul>
|
<ul>
|
||||||
<li v-for="item in domesticDynamics" :key="item.id" class="time-title">
|
<li v-for="item in domesticDynamics" :key="item.id" class="time-title">
|
||||||
<a class="title" :title="item.title" @click="standForComments(item)">{{ item.cname }}</a>
|
<a class="title" :title="item.cname" @click="standForComments(item)">{{ item.cname }}</a>
|
||||||
<span class="time">{{item.endTime}}</span>
|
<span class="time">{{item.endTime}}</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -37,7 +37,6 @@ export default {
|
|||||||
this.$http.get('slrs/sar-public-idea/SelectAllPage', {}, {
|
this.$http.get('slrs/sar-public-idea/SelectAllPage', {}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
console.log('41',res)
|
|
||||||
this.domesticDynamics = res.data.records
|
this.domesticDynamics = res.data.records
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user