Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
a552e089
Commit
a552e089
authored
Aug 18, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/销售线索4' of
http://git.gicdev.com/office/haoban-3
into dev
parents
924c669a
64fc5ea8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
index.vue
src/views/apps/customerApp/index.vue
+2
-0
enterpriseUseData.vue
src/views/enterpriseData/enterpriseUseData.vue
+9
-9
No files found.
src/views/apps/customerApp/index.vue
View file @
a552e089
...
...
@@ -140,6 +140,8 @@ export default {
tabName
:
'会员标签设置'
,
icon
:
''
};
}
else
if
(
this
.
$route
.
path
===
'/memberTagSet'
)
{
this
.
$router
.
replace
(
'memberShowSet'
);
}
this
.
$nextTick
(()
=>
{
this
.
tabListData
=
[].
concat
(
list
);
...
...
src/views/enterpriseData/enterpriseUseData.vue
View file @
a552e089
...
...
@@ -310,15 +310,15 @@ export default {
}
},
watch
:
{
activeBrand
:
function
(
newData
,
oldData
)
{
const
that
=
this
;
if
(
newData
)
{
// that.getLoginData();
// that.getTendData();
// that.getAreaLoginData();
}
that
.
activeBrand
=
newData
;
}
//
activeBrand: function(newData, oldData) {
//
const that = this;
//
if (newData) {
//
// that.getLoginData();
//
// that.getTendData();
//
// that.getAreaLoginData();
//
}
//
that.activeBrand = newData;
//
}
},
mounted
()
{
const
that
=
this
;
...
...
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