diff --git a/.env.development b/.env.development index c4d0bed..4391aff 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 华西海圻ELN V1.0 +VUE_APP_TITLE = 华西海圻实验室电子记录系统 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index bb1ed9a..1e483e5 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 华西海圻ELN V1.0 +VUE_APP_TITLE = 华西海圻实验室电子记录系统 # 生产环境配置 ENV = 'production' diff --git a/src/api/business/study/studyFormFill.js b/src/api/business/study/studyFormFill.js index 009ca76..119f8b8 100644 --- a/src/api/business/study/studyFormFill.js +++ b/src/api/business/study/studyFormFill.js @@ -24,6 +24,16 @@ export function studyFormFill_exportDetail(query) { params: query }) } + +export function studyFormFill_exportTbByFileUrl(query) { + return request({ + url: '/system/business/studyFormFill/exportTbByFileUrl', + method: 'get', + params: query + }) +} + + export function studyFormFill_exportByFileUrl(query) { return request({ url: '/system/business/studyFormFill/exportByFileUrl', diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index b5e7f1f..1cfc55f 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -1,7 +1,7 @@