9/21 优化扫码明细翻页1.0

yanshishuju
wangwei 7 months ago
parent a8cd04d519
commit 8a270d462f

@ -111,13 +111,12 @@
</el-table-column>
</template>
</el-table>
<pagination
v-show="codeTotal>0"
:total="codeTotal"
:limit.sync="codeQuery.limit"
:page.sync="codeQuery.page"
@pagination="codeHandleCurrentChange"
@pagination="getList(this)"
></pagination>
</div>

Loading…
Cancel
Save