Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
CRM
Commits
412d6e51
Commit
412d6e51
authored
Apr 24, 2022
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/crm
into master
parents
9bdf2e3b
4b2ed914
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
19 deletions
+15
-19
guestTeam.vue
src/components/guestManagement/guestTeam.vue
+15
-19
No files found.
src/components/guestManagement/guestTeam.vue
View file @
412d6e51
...
...
@@ -77,8 +77,7 @@
},
mounted
()
{
this
.
GetGuestTeamList
()
let
$this
=
this
let
$this
=
this
;
},
methods
:
{
tuichu
()
{
...
...
@@ -88,24 +87,21 @@
type
:
'warning'
}).
then
(()
=>
{
let
str
=
''
this
.
multipleSelection
.
map
((
x
,
i
)
=>
{
str
=
str
+
x
+
','
let
msg
=
{
GuestId
:
this
.
GuestId
}
this
.
apipost
(
'/api/SellEvent/ExitGuestTeam'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$message
.
success
(
'操作成功'
)
this
.
GetGuestTeamList
()
}
})
// let msg = {
// CustomerId: this.CustomerId,
// IDs: str.substring(0, str.length - 1)
// }
// this.apipost('/api/Customer/ExitCustomerJurisdiction', msg, res => {
// if (res.data.resultCode == 1) {
// this.$message.success('操作成功')
// this.GetGuestTeamList()
// }
// })
// }).catch(() => {
// this.$message({
// type: 'info',
// message: '已取消'
// });
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消'
});
});
},
yichu
()
{
...
...
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