|
@@ -274,7 +274,7 @@ export default {
|
|
this.form.content = res.data.content;
|
|
this.form.content = res.data.content;
|
|
this.form.is_group = res.data.is_group;
|
|
this.form.is_group = res.data.is_group;
|
|
this.form.group_name = res.data.group_name;
|
|
this.form.group_name = res.data.group_name;
|
|
- this.form.author = res.data.user_name;
|
|
|
|
|
|
+ this.form.author = res.data.author;
|
|
//如果已经创建了群聊,阻止其修改
|
|
//如果已经创建了群聊,阻止其修改
|
|
if(res.data.is_group=="1"){
|
|
if(res.data.is_group=="1"){
|
|
this.groupStatus = true;
|
|
this.groupStatus = true;
|