修改 按发票登记 分页问题

dev
wangwei 2 years ago
parent 9d2ad22209
commit ae3631ca75

@ -172,10 +172,10 @@
</el-table-column>
</el-table>
<pagination
v-show="codeTotal > 0"
:total="codeTotal"
:page.sync="codeQuery.page"
:limit.sync="codeQuery.limit"
v-show="total > 0"
:total="total"
:page.sync="filterQuery.page"
:limit.sync="filterQuery.limit"
@pagination="getCodeDetailLists"
/>
</el-tabs>
@ -600,7 +600,6 @@ export default {
},
getCodeDetailLists() {
debugger
this.filterQuery.invoiceEncode = this.inputQuery.invoiceEncode
this.filterQuery.vueType = 'supInvoice'
this.codeDetailLoading = true

Loading…
Cancel
Save