qqqwwwww
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
:class="index % 2 == 0 ? 'bgcbz' : 'bgcz'"
|
||||
class="tr"
|
||||
>
|
||||
<td @click="$jP('socialcredit',{id:info.id})" class="orgname">{{ info.name }}</td>
|
||||
<td :title="info.name" style="width:266px;margin:0 auto;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;" @click="$jP('socialcredit',{id:info.id})" class="orgname">{{ info.name }}</td>
|
||||
<td>{{ info.unicode }}</td>
|
||||
<td>{{ info.society_type }}</td>
|
||||
<td>{{ info.legal_person }}</td>
|
||||
@@ -313,7 +313,7 @@ export default {
|
||||
},
|
||||
handleSizeChange (val) {
|
||||
this.pageSize = val
|
||||
this.getPackData()
|
||||
this.getData()
|
||||
},
|
||||
handleCurrentChange (val) {
|
||||
this.currentPage = val
|
||||
|
||||
Reference in New Issue
Block a user