From 035b3500aac1c0891c4f4a3f202f20d0cd9d5d56 Mon Sep 17 00:00:00 2001 From: "dong.ai" Date: Thu, 25 Sep 2025 13:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6=E5=8F=91?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/List.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/ebiz/sale/List.vue b/src/views/ebiz/sale/List.vue index d93a2b4fd..ca4698c2d 100644 --- a/src/views/ebiz/sale/List.vue +++ b/src/views/ebiz/sale/List.vue @@ -697,19 +697,19 @@ export default { if (true === valid) { getSendEmail(params).then(res => { if (res.result == '0') { - Toast.loading({ - message: '加载中...', - loadingType: 'spinner', - forbidClick: true, - duration: 2000 - }); + // Toast.loading({ + // message: '加载中...', + // loadingType: 'spinner', + // forbidClick: true, + // duration: 2000 + // }); // 调用下载方法 - getDownloadZip({ orderNo: this.revokeOrderNo }).then(downRes => { - this.handleDownload(downRes) + // getDownloadZip({ orderNo: this.revokeOrderNo }).then(downRes => {、 + // this.handleDownload(downRes) this.inputShow = false this.contentShow = true this.emailContent = '系统将会将投保资料发送至您录入邮箱,解压密码为投保人身份证号的后六位,请您稍后进行查看' - }) + // }) } else if (res.result == '1' && res.resultMessage == '2') { this.inputShow = false this.contentShow = true