Browse Source

2.0新分支创建

wyn 1 tuần trước cách đây
mục cha
commit
31a3da6f68
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;
 };
 
-// 获得动态表单的精简列表
+// 获得动态表单的 精简列表
 export const getFormSimpleList = async (): Promise<FormVO[]> => {
-  const response = await request.get({
+  const response = await request.get({    
     url: '/bpm/form/simple-list'
   });
   return response as FormVO[];