|
|
@@ -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[];
|