Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -180,13 +180,13 @@
</el-table-column>
</el-table>
<pagination
<!-- <pagination
v-show="total > 0"
:total="total"
:page.sync="maForm.pageNum"
:limit.sync="maForm.pageSize"
@pagination="getCodeList"
/>
/> -->
<!-- 编码查看弹框-->
<el-dialog width="70%" append-to-body title="查看编码" :visible.sync="viewCodeVisible">