|
@@ -65,14 +65,14 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <el-pagination
|
|
|
+ <!-- <el-pagination
|
|
|
class="pageBox"
|
|
|
@current-change="currchange"
|
|
|
layout="prev, pager, next"
|
|
|
background
|
|
|
:total="total"
|
|
|
>
|
|
|
- </el-pagination>
|
|
|
+ </el-pagination> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-dialog
|
|
@@ -348,7 +348,7 @@ export default {
|
|
|
}).then(res => {
|
|
|
this.tableData = res.data.body.pageList;
|
|
|
this.companyFlag = res.data.body.companyFlag
|
|
|
- this.total = res.data.totalRecord;
|
|
|
+ // this.total = res.data.totalRecord;
|
|
|
this.loading = false;
|
|
|
// this.tableData.forEach(item => {
|
|
|
// if(item.sts == 3){
|