src/views/procurementManagement/paymentLedger/index.vue
@@ -238,7 +238,7 @@ const getPaymenRecordtList = (supplierId) => { tableLoadingSon.value = true; paymentRecordList({supplierId: supplierId}) paymentRecordList(supplierId) .then((res) => { tableLoadingSon.value = false; tableDataSon.value = res.data;