yunxing пре 4 година
родитељ
комит
bd8996de04
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/api/labsl.ts

+ 2 - 2
src/api/labsl.ts

@@ -40,7 +40,7 @@ export function planerPublish(postParams: any): any {
 }
 // 未发布 - 查询平面图信息
 export function planerQuery(postParams: any): any {
-    return httputils.postJson(`${baseApi}/planar/graph/drafts/query`, postParams);
+    return httputils.postJson(`${baseApi}/planar/graph/drafts/query`, postParams);
 }
 // 未发布 - 移至回收站
 export function planerRecycle(postParams: any): any {
@@ -48,7 +48,7 @@ export function planerRecycle(postParams: any): any {
 }
 // 未发布 - 更新平面图信息
 export function planerUpdate(postParams: any): any {
-    return httputils.postJson(`${baseApi}/planar/graph/drafts/update`, postParams);
+    return httputils.postJson(`${baseApi}/planar/graph/drafts/update`, postParams);
 }
 
 /**