Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hu-shoujijingfen-h5
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
chenweisong
hu-shoujijingfen-h5
Commits
2c0d25e6
Commit
2c0d25e6
authored
Aug 29, 2020
by
chenweisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营销模块改bug
parent
18ef6b4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
18 deletions
+12
-18
gridMarketing.vue
src/views/app/gridMarketing.vue
+6
-9
gridMarketing2.vue
src/views/app/gridMarketing2.vue
+6
-9
No files found.
src/views/app/gridMarketing.vue
View file @
2c0d25e6
...
...
@@ -952,10 +952,7 @@
}
,
async
created
()
{
this
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
level
=
Number
(
this
.
userInfo
.
level
)
+
1
;
this
.
selectArea
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
selectAreaName
=
this
.
userInfo
.
area
;
let
origin
=
this
.
$route
.
query
.
origin
;
if
(
origin
&&
origin
===
"p0"
)
{
this
.
public
=
false
;
...
...
@@ -969,16 +966,16 @@
phone
:
this
.
$route
.
query
.
phone
,
// "13873110056",
pid
:
this
.
$route
.
query
.
pid
,
// 0, 上级id
username
:
this
.
$route
.
query
.
username
}
// "徐胜", 用户名 account: "", // "XUSHENG1",
this
.
selectArea
.
level
=
Number
(
this
.
userInfo
.
level
)
+
1
;
this
.
selectArea
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
selectAreaName
=
this
.
userInfo
.
area
;
this
.
areaId
=
this
.
userInfo
.
aid
;
}
}
else
{
this
.
public
=
true
;
await
this
.
isInRiseList
();
this
.
isExistedCollect
();
}
this
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
level
=
Number
(
this
.
userInfo
.
level
)
+
1
;
this
.
selectArea
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
selectAreaName
=
this
.
userInfo
.
area
;
await
this
.
fetchCategory
();
await
this
.
fetch
();
await
this
.
getData
();
...
...
src/views/app/gridMarketing2.vue
View file @
2c0d25e6
...
...
@@ -952,10 +952,7 @@
}
,
async
created
()
{
this
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
level
=
Number
(
this
.
userInfo
.
level
)
+
1
;
this
.
selectArea
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
selectAreaName
=
this
.
userInfo
.
area
;
let
origin
=
this
.
$route
.
query
.
origin
;
if
(
origin
&&
origin
===
"p0"
)
{
this
.
public
=
false
;
...
...
@@ -969,16 +966,16 @@
phone
:
this
.
$route
.
query
.
phone
,
// "13873110056",
pid
:
this
.
$route
.
query
.
pid
,
// 0, 上级id
username
:
this
.
$route
.
query
.
username
}
// "徐胜", 用户名 account: "", // "XUSHENG1",
this
.
selectArea
.
level
=
Number
(
this
.
userInfo
.
level
)
+
1
;
this
.
selectArea
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
selectAreaName
=
this
.
userInfo
.
area
;
this
.
areaId
=
this
.
userInfo
.
aid
;
}
}
else
{
this
.
public
=
true
;
await
this
.
isInRiseList
();
this
.
isExistedCollect
();
}
this
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
level
=
Number
(
this
.
userInfo
.
level
)
+
1
;
this
.
selectArea
.
areaId
=
this
.
userInfo
.
aid
;
this
.
selectArea
.
selectAreaName
=
this
.
userInfo
.
area
;
await
this
.
fetchCategory
();
await
this
.
fetch
();
await
this
.
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