Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8b6b98f5
authored
Jul 15, 2021
by
panjiangyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改创建会话逻辑
parent
88fc512e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
create-chat.vue
create-chat.vue
View file @
8b6b98f5
...
...
@@ -159,11 +159,8 @@ export default class ChatCreator extends Vue {
@
buttonThrottle
()
private
createChat
()
{
const
{
keyvalue
,
model_name
}
=
this
.
$route
.
params
;
this
.
_createChat
({
modelName
:
model_name
,
selectedListId
:
keyvalue
,
uids
:
this
.
selectedUsers
.
map
(
id
=>
String
(
id
))
return
new
Promise
(
resolve
=>
{
this
.
$emit
(
"submit"
,
this
.
selectedUsers
.
map
(
id
=>
String
(
id
)),
resolve
);
});
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment