diff --git a/client/src/api/certapp.js b/client/src/api/certapp.js index 6ed1065..e942f60 100644 --- a/client/src/api/certapp.js +++ b/client/src/api/certapp.js @@ -39,6 +39,15 @@ export function completeCertapp(id) { }) } +export function reviewCertapp(data) { + return request({ + url: `/project/certapp/review/`, + method: 'put', + data + }) +} + + export function getCertapp(id) { return request({ url: `/project/certapp/${id}/`, diff --git a/client/src/views/certapp/certapphandle.vue b/client/src/views/certapp/certapphandle.vue index 2bf1bc2..ba9e411 100644 --- a/client/src/views/certapp/certapphandle.vue +++ b/client/src/views/certapp/certapphandle.vue @@ -13,7 +13,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -46,12 +46,12 @@ - +
业务时间线
- + - - - -
-
- 取消 - 保存 +
+ 保存
@@ -48,6 +43,7 @@