diff --git a/.env.production.uat b/.env.production.uat index 08256341..14457f27 100644 --- a/.env.production.uat +++ b/.env.production.uat @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_SERVER = https://epmet-dev.elinkservice.cn/api +VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api VUE_APP_NODE_ENV=prod:uat VUE_APP_PUBLIC_PATH=epmet-oper \ No newline at end of file diff --git a/public/index.html b/public/index.html index 397b7f46..840ae8cc 100644 --- a/public/index.html +++ b/public/index.html @@ -57,7 +57,7 @@ <% if (process.env.VUE_APP_NODE_ENV==='prod:uat' ) { %> <% } %> diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index d8c88729..1638a07c 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -99,6 +99,7 @@ size="small" type="red">导入 + --> @@ -469,14 +470,14 @@ export default { //导出表格 async handleExport () { - let title = '—联建活动列表' + let title = '联建活动列表' const url = "/heart/icpartyactivity/export" let params = { - ownerName: this.ownerName, - ownerPhone: this.ownerPhone, - level: this.agencyObj.level, - id: this.agencyObj.id + agencyId: this.agencyId, + + ...this.formData + } app.ajax.exportFilePost(