diff --git a/src/api/process-boot/generalTest.ts b/src/api/process-boot/generalTest.ts index 9b6788c3..95f9f495 100644 --- a/src/api/process-boot/generalTest.ts +++ b/src/api/process-boot/generalTest.ts @@ -22,8 +22,7 @@ export function removeSurvey(data: any) { return createAxios({ url: '/supervision-boot/generalSurvey/removeSurvey', method: 'post', - data, - + data }) } //新增 @@ -152,3 +151,27 @@ export function addSurvey(data: any) { data }) } +// 查询普测计划详情 +export function querySurveyDetail(data: any) { + return createAxios({ + url: '/supervision-boot/generalSurvey/querySurveyDetail', + method: 'POST', + params: data + }) +} +// 修改普测计划 +export function auditSurvey(data: any) { + return createAxios({ + url: '/supervision-boot/generalSurvey/auditSurvey', + method: 'POST', + data + }) +} +// 取消普测计划 +export function cancel(data: any) { + return createAxios({ + url: '/supervision-boot/generalSurvey/cancel', + method: 'POST', + data + }) +} diff --git a/src/styles/app.scss b/src/styles/app.scss index 2c4505b4..39515624 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -186,7 +186,7 @@ body, } .cn-operate-dialog .el-dialog__body { - height: 60vh; + max-height: 60vh; padding-top: 20px; padding-bottom: 52px; } diff --git a/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue b/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue index 6e6ce45b..4cdad1a3 100644 --- a/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue +++ b/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue @@ -49,7 +49,6 @@ 上传文件 -
-
- - {{ item.fileName }} - -
-
@@ -76,7 +68,7 @@ -
-
+ --> + diff --git a/src/views/user/popupUpdatePwd.vue b/src/views/user/popupUpdatePwd.vue index 8a5bf670..4a4d8ae5 100644 --- a/src/views/user/popupUpdatePwd.vue +++ b/src/views/user/popupUpdatePwd.vue @@ -1,5 +1,5 @@