|
@@ -11,7 +11,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="tabbox">
|
|
|
- <el-table :loading="loading" :key="key" height="calc(100% - 40px)" class="com-table" ref="multipleTable" :data="tableData"
|
|
|
+ <el-table v-loading="loading" :key="key" height="calc(100% - 40px)" class="com-table" ref="multipleTable" :data="tableData"
|
|
|
tooltip-effect="dark" size="small" border style="width: 100%" :header-cell-style="headerStyleFun" :cell-style="cellStyle">
|
|
|
<el-table-column align="center" :label="toolTit">
|
|
|
<el-table-column prop="cityName" align="center" label="地市" >
|
|
@@ -140,6 +140,7 @@
|
|
|
},
|
|
|
//获取列表
|
|
|
getList(v, n) {
|
|
|
+ this.loading = true
|
|
|
this.pageSize = n;
|
|
|
v.append("type",'districtCounty');
|
|
|
let item = window.sessionStorage.getItem("antiSpoofingSearchParams");
|