소스 검색

补充接口

Zn 1 년 전
부모
커밋
1aeaa7ded9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-ui/src/api/bpmprocess/process.js

+ 1 - 0
ruoyi-ui/src/api/bpmprocess/process.js

@@ -58,6 +58,7 @@ export function bpmBackups(data) {
   })
 }
 
+// 导出流程文件
 export function exportFileProcess(processIds) {
   return request({
     url: '/system/process/exportProcessFile' + processIds,