فهرست منبع

Merge branch 'master' into feature/v2.4.17

lianbingjie 2 سال پیش
والد
کامیت
a5576e6ead
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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') {
             if (res.status === 'success') {
               this.inited()
               this.inited()
               this.$refs[name].resetFields()
               this.$refs[name].resetFields()
-              this.$Message.success('发送成功!')
             }
             }
+
           }).error(() => {
           }).error(() => {
               this.isDis = false
               this.isDis = false
           }).post()
           }).post()
+          this.$Message.success('发送成功!')
         }
         }
       })
       })
     },
     },