Browse Source

上线会所优化

zhengjinyi 5 years ago
parent
commit
445bd639b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/club/form.vue

+ 1 - 1
src/views/club/form.vue

@@ -173,7 +173,7 @@ export default {
           saveAddClubUser(params).then(response => {
             this.loadingbut = false
             this.loadingbuttext = '保存'
-            this.$message({ message: '上线会所成功', type: 'success', center: true })
+            this.$message({ message: response.msg, type: 'success', center: true })
             this.backToList()
           }).catch(() => {
             this.loadingbut = false