Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Muse
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
罗超
Muse
Commits
6aec2463
Commit
6aec2463
authored
Oct 22, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改参数
parent
afe5c7db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
saleDataLook.vue
src/components/viitto/saleDataLook.vue
+2
-2
No files found.
src/components/viitto/saleDataLook.vue
View file @
6aec2463
...
@@ -584,12 +584,12 @@ export default {
...
@@ -584,12 +584,12 @@ export default {
this
.
getOutherData
()
this
.
getOutherData
()
},
methods
:{
},
methods
:{
changeCP
(){
changeCP
(){
this
.
apipost
(
'user_post_get_allsaleemployee'
,
{
branch
a
Id
:
this
.
outbranchid
},
res
=>
{
this
.
apipost
(
'user_post_get_allsaleemployee'
,
{
branchId
:
this
.
outbranchid
},
res
=>
{
this
.
saleList
=
res
.
data
.
data
this
.
saleList
=
res
.
data
.
data
this
.
init
()
this
.
init
()
})
})
},
},
getCompany
(){
//公司
getCompany
(){
this
.
apipost
(
'admin_get_BranchGetList'
,
{},
res
=>
{
this
.
apipost
(
'admin_get_BranchGetList'
,
{},
res
=>
{
let
data
=
res
.
data
.
data
;
let
data
=
res
.
data
.
data
;
this
.
companyList
=
data
;
this
.
companyList
=
data
;
...
...
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