src/views/procurementManagement/paymentLedger/index.vue
@@ -1,6 +1,6 @@ <template> <div class="app-container"> <div class="search_form"> <div class="search_form" style="margin-bottom: 20px;"> <div> <span class="search_title">供应商名称:</span> <el-input @@ -238,7 +238,7 @@ const getPaymenRecordtList = (supplierId) => { tableLoadingSon.value = true; paymentRecordList(supplierId) paymentRecordList({supplierId: supplierId}) .then((res) => { tableLoadingSon.value = false; tableDataSon.value = res.data;