src/api/common/payment.js
@@ -62,11 +62,14 @@ } // 获取销售发票 export const getInvoiceList = async (data) => { return await axios.get(`/api/invoice/list`, { params: data export function getInvoiceList(data) { return request({ url: "/api/invoice/list", method: "post", data }) } // 添加销售发票 export function addInvoice(data) { return request({