Pārlūkot izejas kodu

修改bug

修改bug
Sean 3 mēneši atpakaļ
vecāks
revīzija
eb7248bdb1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.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;