diff --git a/src/api/eqpt/MeasurementBusiness/opinion.ts b/src/api/eqpt/MeasurementBusiness/opinion.ts index bee76e1..52c11fc 100644 --- a/src/api/eqpt/MeasurementBusiness/opinion.ts +++ b/src/api/eqpt/MeasurementBusiness/opinion.ts @@ -12,7 +12,7 @@ // }) if (statusName === '全部') { return request({ - url: `/resource/customer/suggestForm/allPage?limit=${params.limit}&offset=${params.offset}`, + url: `/resource/customer/suggestForm/listPage?limit=${params.limit}&offset=${params.offset}`, method: 'post', data: params, })