|
@@ -96,7 +96,7 @@
|
|
|
title: '提示',
|
|
|
content: '确定是否开团吗?',
|
|
|
success: async function(res) {
|
|
|
- that.$set(that.form, `leader`, that.user.id || '');
|
|
|
+ that.$set(that.form, `leader`, that.user.id || '');
|
|
|
that.$set(that.form, `status`, '0');
|
|
|
that.$refs[ref].validate().then(async params => {
|
|
|
// 创建团数据
|