src/views/procurementManagement/paymentLedger/index.vue
@@ -29,6 +29,7 @@ height="calc(100vh - 18.5em)" :highlight-current-row="true" style="width: 100%" stripe tooltip-effect="dark" @row-click="rowClick" :show-summary="isShowSummary" @@ -238,7 +239,7 @@ const getPaymenRecordtList = (supplierId) => { tableLoadingSon.value = true; paymentRecordList({supplierId: supplierId}) paymentRecordList(supplierId) .then((res) => { tableLoadingSon.value = false; tableDataSon.value = res.data;