| src/views/procurementManagement/paymentLedger/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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;