mo 5 年 前
コミット
ddd317e715
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/views/buildVip/index.vue

+ 1 - 0
src/views/buildVip/index.vue

@@ -1077,6 +1077,7 @@ export default {
         // 新增
         // 新增
         createVip(obj).then(res => {
         createVip(obj).then(res => {
           if (res.code == 200) {
           if (res.code == 200) {
+            // if(res.msg == '')
             this.$message.success('恭喜您创建成功');
             this.$message.success('恭喜您创建成功');
             this.$router.push({ path: '/business/vipList', query: { rules: this.rules, searchForm: this.searchForm } })
             this.$router.push({ path: '/business/vipList', query: { rules: this.rules, searchForm: this.searchForm } })
           }
           }