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

yanshishuju
wangwei 7 months ago
parent a8cd04d519
commit 8a270d462f

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

Loading…
Cancel
Save