mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
c5948c4171
commit
dc0f925d24
@ -2037,3 +2037,6 @@ API请求的URL路径
|
||||
打印
|
||||
|
||||
你可能要发送的照片
|
||||
|
||||
AI开启新会话
|
||||
AI开启新会话失败
|
||||
|
||||
@ -416,8 +416,9 @@ export default {
|
||||
this.$store.dispatch("updateDialogLastMsg", data.msgs);
|
||||
$A.messageSuccess(msg);
|
||||
resolve();
|
||||
//
|
||||
if (data.msgs.length > 0) {
|
||||
this.$store.dispatch("openDialog", data.msgs[0].dialog_id);
|
||||
this.$store.dispatch("openDialog", data.msgs[data.msgs.length - 1].dialog_id);
|
||||
}
|
||||
}).catch(({msg}) => {
|
||||
$A.modalError(msg);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user