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