Browse Source

Merge branch 'master' into feature/v2.4.17

lianbingjie 2 years ago
parent
commit
a5576e6ead
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/msgManage/sendingMsg.vue

+ 2 - 1
src/views/msgManage/sendingMsg.vue

@@ -288,11 +288,12 @@ export default {
             if (res.status === 'success') {
               this.inited()
               this.$refs[name].resetFields()
-              this.$Message.success('发送成功!')
             }
+
           }).error(() => {
               this.isDis = false
           }).post()
+          this.$Message.success('发送成功!')
         }
       })
     },