发送邮件时添加loading

This commit is contained in:
dong.ai
2025-09-25 16:19:02 +08:00
parent 035b3500aa
commit 01caa01272

View File

@@ -697,12 +697,12 @@ 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)