chenrui
2 天以前 ece2dfeb926d728b10db38038e4d12e9e9851c24
src/api/procurementManagement/procurementInvoiceLedger.js
@@ -48,4 +48,13 @@
        method: 'get',
        params: query
    })
}
}
// 查询列表
export function invoiceListPage(query) {
    return request({
        url: '/purchase/registration/listPage',
        method: 'get',
        params: query
    })
}