liding
2025-05-21 37aa1274e7e075a03dbb8726fbd2f5233c85c83b
src/api/procurementManagement/procurementLedger.js
@@ -48,4 +48,12 @@
        method: 'get',
        params: query
    })
}
// 查询详情
export function getOptions(query) {
    return request({
        url: '/system/supplier/getOptions',
        method: 'get',
        params: query
    })
}