Commit 327b445d by panjiangyi

去掉无用提示

parent a37ead2e
Showing with 0 additions and 2 deletions
......@@ -177,7 +177,6 @@ export default class ChatList extends Vue {
if (!this.chatRooms.length) return;
const { chat_id, business_data } = this.chatRooms[0];
if (business_data == null) {
this.$message.error("该会话为脏数据");
return;
}
const data = await getChatModelInfo(
......@@ -211,7 +210,6 @@ export default class ChatList extends Vue {
);
if (wantedChatRoom == null) return;
if (wantedChatRoom.business_data == null) {
this.$message.error("该会话为脏数据");
return;
}
const info = await getChatModelInfo(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment