Browse Source

wip:loading

wangshan 4 months ago
parent
commit
74c4d13538
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/huiju/wechatEdit.vue

+ 2 - 1
src/views/huiju/wechatEdit.vue

@@ -278,8 +278,9 @@ export default {
             this.$message.error('发送失败');
             // this.articleError = '发送失败';
             // this.groupError = '发送失败';
+          } finally {
+            this.loading = false;
           }
-          this.loading = false;
         } else {
           // 提取具体字段的错误信息
           if (errors) {