Przeglądaj źródła

2.0新分支创建

wyn 1 tydzień temu
rodzic
commit
31a3da6f68
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/api/bpm/form.ts

+ 2 - 2
src/api/bpm/form.ts

@@ -62,9 +62,9 @@ export const getFormPage = async (params: FormPageParams): Promise<FormPageRespo
   return response as FormPageResponse;
   return response as FormPageResponse;
 };
 };
 
 
-// 获得动态表单的精简列表
+// 获得动态表单的 精简列表
 export const getFormSimpleList = async (): Promise<FormVO[]> => {
 export const getFormSimpleList = async (): Promise<FormVO[]> => {
-  const response = await request.get({
+  const response = await request.get({    
     url: '/bpm/form/simple-list'
     url: '/bpm/form/simple-list'
   });
   });
   return response as FormVO[];
   return response as FormVO[];