Explorar o código

修改bug

修改bug
Sean hai 3 meses
pai
achega
eb7248bdb1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/chat/creatTopic.vue

+ 1 - 1
src/views/chat/creatTopic.vue

@@ -274,7 +274,7 @@ export default {
         this.form.content = res.data.content;
         this.form.is_group = res.data.is_group;
         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"){
           this.groupStatus = true;