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
c10af185
Commit
c10af185
authored
Dec 01, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 测试 刷新
parent
2f399375
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
6 deletions
+14
-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
+2
-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
+1
-0
data-dimension.vue
src/views/apps/customer-app/data-dimension.vue
+2
-1
target-set.vue
src/views/apps/target-manage/target-set.vue
+3
-1
No files found.
src/views/apps/customer-app/clerk-tag.vue
View file @
c10af185
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-21 10:26:28
* @LastEditTime: 2020-
12-01 18:09:00
-->
<
template
>
...
...
@@ -440,6 +440,7 @@ export default {
watch
:
{
brandId
(
val
)
{
const
that
=
this
;
that
.
wxEnterpriseId
=
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
;
if
(
val
)
{
that
.
searchVal
=
''
;
that
.
currentClassify
=
''
;
...
...
src/views/apps/customer-app/crowd-scene.vue
View file @
c10af185
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-21 10:25:46
* @LastEditTime: 2020-
12-01 18:09:08
-->
<
template
>
...
...
@@ -389,6 +389,7 @@ export default {
watch
:
{
brandId
(
val
)
{
const
that
=
this
;
that
.
wxEnterpriseId
=
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
;
if
(
val
)
{
that
.
searchVal
=
''
;
that
.
classifyId
=
''
;
...
...
src/views/apps/customer-app/customer-assign.vue
View file @
c10af185
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-21 15:47:13
* @LastEditTime: 2020-
12-01 18:09:24
-->
<
template
>
<div
class=
"customer-assign-wrap"
>
...
...
@@ -706,6 +706,7 @@ export default {
watch
:
{
brandId
:
function
(
newData
,
oldData
)
{
const
that
=
this
;
that
.
wxEnterpriseId
=
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
;
if
(
newData
)
{
that
.
showMember
=
false
;
that
.
currentPage
=
1
;
...
...
src/views/apps/customer-app/customer-data-set.vue
View file @
c10af185
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-21 10:22:42
* @LastEditTime: 2020-
12-01 18:09:33
-->
<
template
>
<div
class=
"common-app-right"
>
...
...
@@ -149,6 +149,7 @@ export default {
watch
:
{
brandId
(
val
)
{
const
that
=
this
;
that
.
wxEnterpriseId
=
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
;
if
(
val
)
{
that
.
getCustomerData
();
}
...
...
src/views/apps/customer-app/customer-show-set.vue
View file @
c10af185
...
...
@@ -136,6 +136,7 @@ export default {
watch
:
{
brandId
(
val
)
{
const
that
=
this
;
that
.
wxEnterpriseId
=
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
;
if
(
val
)
{
that
.
getShowData
();
}
...
...
src/views/apps/customer-app/data-dimension.vue
View file @
c10af185
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 11:36:51
* @LastEditors: 无尘
* @LastEditTime: 2020-
09-21 10:22:04
* @LastEditTime: 2020-
12-01 18:08:49
-->
<
template
>
...
...
@@ -224,6 +224,7 @@ export default {
watch
:
{
brandId
(
val
)
{
const
that
=
this
;
that
.
wxEnterpriseId
=
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
;
if
(
val
)
{
that
.
memberCardData
=
[];
that
.
serviceNumData
=
[];
...
...
src/views/apps/target-manage/target-set.vue
View file @
c10af185
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-09 10:05:27
* @LastEditors: 无尘
* @LastEditTime: 2020-12-01 1
7:26:13
* @LastEditTime: 2020-12-01 1
8:06:40
-->
<!-- -->
<
template
>
...
...
@@ -134,6 +134,8 @@ export default {
watch
:
{
brandId
:
function
(
newData
,
oldData
)
{
const
that
=
this
;
that
.
wxEnterpriseId
=
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
;
that
.
userInfo
=
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
))
:
{
staffId
:
''
,
staffName
:
''
};
if
(
!!
newData
)
{
that
.
ruleForm
.
days
=
''
;
that
.
getData
();
...
...
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