Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
f5db3b5a
Commit
f5db3b5a
authored
Aug 21, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
948cfd40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+5
-2
No files found.
src/components/SalesModule/enrollTotal.vue
View file @
f5db3b5a
...
...
@@ -869,7 +869,7 @@
},
methods
:
{
GetCustomerListByKeyWord
(
query
,
Type
)
{
GetCustomerListByKeyWord
(
query
)
{
if
(
query
!==
''
)
{
// this.employeeMsg.KeyWord = query;
this
.
apipost
(
...
...
@@ -878,7 +878,7 @@
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
customerList
=
res
.
data
.
data
;
if
(
this
.
customerList
.
length
>
0
&&
Type
)
this
.
msg
.
CustomerId
=
this
.
customerList
[
0
].
customerId
}
},
err
=>
{}
...
...
@@ -1232,7 +1232,10 @@
}
if
(
this
.
$route
.
query
.
CustomerName
){
this
.
GetCustomerListByKeyWord
(
this
.
$route
.
query
.
CustomerName
,
1
);
if
(
this
.
$route
.
query
.
CustomerId
){
this
.
msg
.
CustomerId
=
parseInt
(
this
.
$route
.
query
.
CustomerId
);
}
}
this
.
getList
();
},
...
...
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