@@ -118,7 +118,7 @@ export async function producetaskrulerecordSaveOrUpdateAndSubmit(body) {
}
export async function getById(id) {
- const res = await request.get('/qms/recordrulesorder/getById/' + id);
+ const res = await request.get('/qms/qmsrecordrulesorder/getById/' + id);
if (res.data.code == 0) {
return res.data.data;