Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
77919b32
Commit
77919b32
authored
Sep 07, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改跳转路由
parent
498ce312
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
6 deletions
+13
-6
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+2
-1
crowd-scene.vue
src/views/apps/customer-app/crowd-scene.vue
+2
-1
customer-assign.vue
src/views/apps/customer-app/customer-assign.vue
+3
-1
customer-data-set.vue
src/views/apps/customer-app/customer-data-set.vue
+2
-1
customer-show-set.vue
src/views/apps/customer-app/customer-show-set.vue
+2
-1
data-dimension.vue
src/views/apps/customer-app/data-dimension.vue
+2
-1
No files found.
src/views/apps/customer-app/clerk-tag.vue
View file @
77919b32
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-0
4 14:57
:14
* @LastEditTime: 2020-09-0
7 10:54
:14
-->
-->
<
template
>
<
template
>
...
@@ -104,6 +104,7 @@ export default {
...
@@ -104,6 +104,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
// 生命周期 - 挂载完成(访问DOM元素)
mounted
()
{
mounted
()
{
const
that
=
this
;
const
that
=
this
;
that
.
$emit
(
'showTab'
,
'/clerk-tag'
);
that
.
getClassifyList
();
that
.
getClassifyList
();
},
},
// methods
// methods
...
...
src/views/apps/customer-app/crowd-scene.vue
View file @
77919b32
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07
09:48:06
* @LastEditTime: 2020-09-07
10:54:30
-->
-->
<
template
>
<
template
>
...
@@ -113,6 +113,7 @@ export default {
...
@@ -113,6 +113,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
// 生命周期 - 挂载完成(访问DOM元素)
mounted
()
{
mounted
()
{
const
that
=
this
;
const
that
=
this
;
that
.
$emit
(
'showTab'
,
'/crowd-scene'
);
if
(
!!
that
.
brandId
)
{
if
(
!!
that
.
brandId
)
{
that
.
getGroupList
();
that
.
getGroupList
();
that
.
getGroupClassify
();
that
.
getGroupClassify
();
...
...
src/views/apps/customer-app/customer-assign.vue
View file @
77919b32
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 10:5
0:30
* @LastEditTime: 2020-09-07 10:5
3:33
-->
-->
<
template
>
<
template
>
<div
class=
"customer-assign-wrap"
>
<div
class=
"customer-assign-wrap"
>
...
@@ -164,6 +164,7 @@ export default {
...
@@ -164,6 +164,7 @@ export default {
const
that
=
this
;
const
that
=
this
;
that
.
$emit
(
'showTab'
,
'/customer-assign'
);
that
.
$emit
(
'showTab'
,
'/customer-assign'
);
if
(
that
.
brandId
)
{
if
(
that
.
brandId
)
{
that
.
getSetData
();
that
.
getGicData
();
that
.
getGicData
();
}
}
},
},
...
@@ -621,6 +622,7 @@ export default {
...
@@ -621,6 +622,7 @@ export default {
that
.
multipleSelection
=
[];
that
.
multipleSelection
=
[];
that
.
storeObj
=
{};
that
.
storeObj
=
{};
that
.
getGicData
();
that
.
getGicData
();
that
.
getSetData
();
}
}
}
}
}
}
...
...
src/views/apps/customer-app/customer-data-set.vue
View file @
77919b32
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 10:
23:56
* @LastEditTime: 2020-09-07 10:
54:47
-->
-->
<
template
>
<
template
>
<div
class=
"common-app-right"
>
<div
class=
"common-app-right"
>
...
@@ -60,6 +60,7 @@ export default {
...
@@ -60,6 +60,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
// 生命周期 - 挂载完成(访问DOM元素)
mounted
()
{
mounted
()
{
const
that
=
this
;
const
that
=
this
;
that
.
$emit
(
'showTab'
,
'/customer-data-set'
);
if
(
!!
that
.
brandId
)
{
if
(
!!
that
.
brandId
)
{
that
.
getCustomerData
();
that
.
getCustomerData
();
}
}
...
...
src/views/apps/customer-app/customer-show-set.vue
View file @
77919b32
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-0
4 10:10:21
* @LastEditTime: 2020-09-0
7 10:55:04
-->
-->
<
template
>
<
template
>
...
@@ -55,6 +55,7 @@ export default {
...
@@ -55,6 +55,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
// 生命周期 - 挂载完成(访问DOM元素)
mounted
()
{
mounted
()
{
const
that
=
this
;
const
that
=
this
;
that
.
$emit
(
'showTab'
,
'/customer-show-set'
);
if
(
!!
that
.
brandId
)
{
if
(
!!
that
.
brandId
)
{
that
.
getShowData
();
that
.
getShowData
();
}
}
...
...
src/views/apps/customer-app/data-dimension.vue
View file @
77919b32
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-27 11:36:51
* @Date: 2020-08-27 11:36:51
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-0
4 15:27:32
* @LastEditTime: 2020-09-0
7 10:55:18
-->
-->
<
template
>
<
template
>
...
@@ -106,6 +106,7 @@ export default {
...
@@ -106,6 +106,7 @@ export default {
// 生命周期 - 挂载完成(访问DOM元素)
// 生命周期 - 挂载完成(访问DOM元素)
mounted
()
{
mounted
()
{
const
that
=
this
;
const
that
=
this
;
that
.
$emit
(
'showTab'
,
'/data-dimension'
);
that
.
rowDrop
(
'memberCardData'
);
that
.
rowDrop
(
'memberCardData'
);
that
.
rowDrop
(
'serviceNumData'
);
that
.
rowDrop
(
'serviceNumData'
);
if
(
!!
that
.
brandId
)
{
if
(
!!
that
.
brandId
)
{
...
...
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