diff --git a/src/api/dictionary/checkConfig.js b/src/api/dictionary/checkConfig.js index 771ca57e..ace6ad1c 100644 --- a/src/api/dictionary/checkConfig.js +++ b/src/api/dictionary/checkConfig.js @@ -45,10 +45,19 @@ export function changeFrontAuditSort(param) { }) } -export function getModuleTypeDescriptionList(param) { +export function getModuleTypeDescriptionList(params) { return request({ - url: `${param === '' ? '/FrontAuditConfig/getModuleTypeDescriptionList' : '/FrontAuditConfig/getModuleTypeDescriptionList?moduleTypeId=' + param}`, - method: 'get' + url: `/FrontAuditConfig/getModuleTypeDescriptionList`, + method: 'get', + params + }) +} + +export function getModuleTypeList(data) { + return request({ + url: `/FrontAuditConfig/getModuleTypeList`, + method: 'post', + data }) } diff --git a/src/views/trials/trials-panel/attachments/reReading-tracking/index.vue b/src/views/trials/trials-panel/attachments/reReading-tracking/index.vue index b8de41d2..888fbf20 100644 --- a/src/views/trials/trials-panel/attachments/reReading-tracking/index.vue +++ b/src/views/trials/trials-panel/attachments/reReading-tracking/index.vue @@ -6,12 +6,8 @@ - + @@ -20,51 +16,47 @@ - + - + - + - + - + - + - + @@ -77,180 +69,117 @@