Browse Source

对象赋值错误

SanHQin 1 năm trước cách đây
mục cha
commit
7938ad3de0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/pages/aiAddCourse/aiBox.vue

+ 1 - 1
src/components/pages/aiAddCourse/aiBox.vue

@@ -414,7 +414,7 @@ export default {
     getChatList() {
       return new Promise((resolve, reject) => {
         if (this.loading) return this.$message.info("请稍等...");
-        this.chatList = [];
+        this.array = [];
         this.loading = true;
         let params = {
           userid: this.userid,