@@ -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,