|
@@ -39,7 +39,7 @@ export function getPurchaseOrderPage2 (parameter) {
|
|
|
*/
|
|
|
export function getpurchaseRecord (parameter) {
|
|
|
return axios({
|
|
|
- url: '/longyanpurchaseorder/detail/get/record',
|
|
|
+ url: '/longyanpurchaseorder/detail/get/record?' + stringify(parameter),
|
|
|
method: 'get',
|
|
|
headers: {
|
|
|
'Content-Type': 'application/json;charset=UTF-8'
|