spring
3 天以前 4e64eeb2a807adc9153fd9cd61b498b99c1f6f2c
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
    })
}