Browse Source

重新计算数量

lijuncheng0816
wangyufei 1 month ago
parent
commit
10a9374db3
  1. 2
      src/pages/fg/receiptByPlan.vue

2
src/pages/fg/receiptByPlan.vue

@ -218,6 +218,8 @@ import { nextTick } from 'vue';
this.showList = []
this.loadingType = "";
this.showList = this.getDataPage(this.index, this.pageSize)
this.dataContent.handleQty = this.showList.length;
},
getDataPage(pageNo, pageSize) {

Loading…
Cancel
Save