소스 검색

修改bug

修改bug
Sean 3 달 전
부모
커밋
eb7248bdb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;