src/api/specialWorkSystem/workApply/index.ts
@@ -130,6 +130,15 @@ }); }, // 查询所有进度 getAllStatus: (data: object) => { return request({ url: import.meta.env.VITE_API_URL + `/work/apply/others/view`, method: 'post', data: data }); }, // 获取图片上传路径 getUploadUrl: (name: string) => { return request({