diff --git a/src/api/Lecturer.js b/src/api/Lecturer.js index 075b0496..19d41f13 100644 --- a/src/api/Lecturer.js +++ b/src/api/Lecturer.js @@ -61,6 +61,8 @@ export const getUnSelectOrg = () => http.get(`/admin/affiliation/getUnSelectOrg` export const getAffiliationCode = () => http.get('/admin/affiliation/getAffiliationCode') //查看或编辑回显培训发生组织 export const getAffiliationById = (id) => http.get(`/admin/affiliation/queryById?id=${id}`) +//恢复培训发生组织的数据 +export const recovery = (id) => http.post(`/admin/affiliation/recovery?id=${id}`) //删除培训发生组织 export const affiliationDelById = (id)=>http.post(`/admin/affiliation/delById?id=${id}`) //撤回培训发生组织 diff --git a/src/components/project/lockLecturer.vue b/src/components/project/lockLecturer.vue index 14649d5a..8b67a676 100644 --- a/src/components/project/lockLecturer.vue +++ b/src/components/project/lockLecturer.vue @@ -32,7 +32,7 @@ {{formData?.two||'-'}} {{formData?.three||'-'}} - {{{1:'待审核', 2:'审核中',3: '已完成',4: '审核失败',5:'待审核'}[formData?.status]}} + {{{1:'待提交', 2:'审核中',3: '已完成',4: '审核失败',5:'待审核'}[formData?.status]}} @@ -74,17 +74,20 @@ - +
+ + +