From 8bad3a59383ed22d74b42b7d1853cdf717a8ac78 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Wed, 27 Apr 2022 15:03:31 +0800 Subject: [PATCH] dd --- src/views/modules/base/diyInfo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue index af53b5d3..ec4a3eb3 100644 --- a/src/views/modules/base/diyInfo.vue +++ b/src/views/modules/base/diyInfo.vue @@ -330,6 +330,7 @@ export default { }) .catch(err => { console.log('err', err) + this.exportLoading = false return this.$message.error('网络错误') }) },