From d5722586e75bbfc3e6686c756fbd8eb41243e67a Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Mon, 28 Nov 2022 11:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/modules/myAgent/demo/competency-application.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/back/src/views/modules/myAgent/demo/competency-application.vue b/back/src/views/modules/myAgent/demo/competency-application.vue index c2aa0bca..182dc009 100644 --- a/back/src/views/modules/myAgent/demo/competency-application.vue +++ b/back/src/views/modules/myAgent/demo/competency-application.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-29 15:59:51 * @LastEditors: Light - * @LastEditTime: 2022-11-24 20:45:45 + * @LastEditTime: 2022-11-28 11:28:43 * @Description: 告诉大家这是什么 --> @@ -531,7 +531,7 @@ export default { // 任务处理出错回调 taskHandleErrorCallback (data) { }, download (data) { - this.downloadFile(data.attachment, '附件') + this.downloadFile(data.attachment, '感知资源申请表') // const alink = document.createElement('a') // alink.download = '附件' // 文件名,大部分浏览器兼容,IE10及以下不兼容 // // alink.href = data.attachment // 创建 url地址