Explorar o código

fix: 修正 getById 接口路径

yusheng hai 2 meses
pai
achega
65e162cce6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/recordRules/index.js

+ 1 - 1
src/api/recordRules/index.js

@@ -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;
   }