Explorar el Código

fix: 修正 getById 接口路径

yusheng hace 2 meses
padre
commit
65e162cce6
Se han modificado 1 ficheros con 1 adiciones y 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;
   }