Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
73aaa79e
Commit
73aaa79e
authored
May 09, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销售模块 切换页面保留筛选条件
parent
dfdbc5cd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
11 deletions
+30
-11
index.vue
src/views/ecw/channel/index.vue
+4
-1
allAchievement.vue
src/views/ecw/deptTarget/allAchievement.vue
+6
-2
index.vue
src/views/ecw/deptTarget/index.vue
+6
-2
myAchievement.vue
src/views/ecw/deptTarget/myAchievement.vue
+6
-2
myDeptAchievement.vue
src/views/ecw/deptTarget/myDeptAchievement.vue
+1
-1
myDeptTarget.vue
src/views/ecw/deptTarget/myDeptTarget.vue
+7
-3
No files found.
src/views/ecw/channel/index.vue
View file @
73aaa79e
...
...
@@ -126,7 +126,7 @@
import
{
createChannel
,
updateChannel
,
deleteChannel
,
getChannel
,
getChannelPage
,
exportChannelExcel
}
from
"
@/api/ecw/channel
"
;
export
default
{
name
:
"
Channel
"
,
name
:
"
EcwChannelIndex
"
,
components
:
{
},
data
()
{
...
...
@@ -163,6 +163,9 @@ export default {
created
()
{
this
.
getList
();
},
activated
()
{
this
.
getList
();
},
methods
:
{
/** 查询列表 */
getList
()
{
...
...
src/views/ecw/deptTarget/allAchievement.vue
View file @
73aaa79e
...
...
@@ -130,7 +130,7 @@
import
{
listServiceUser
}
from
"
@/api/system/user
"
;
export
default
{
name
:
"
DeptTarge
t
"
,
name
:
"
EcwDepttargetAllachievemen
t
"
,
components
:
{},
data
()
{
return
{
...
...
@@ -219,7 +219,11 @@
}
}
},
created
()
{
activated
()
{
this
.
getChannelList
();
this
.
getList
();
},
created
()
{
this
.
getChannelList
();
this
.
getList
();
listServiceUser
().
then
(
r
=>
{
...
...
src/views/ecw/deptTarget/index.vue
View file @
73aaa79e
...
...
@@ -154,7 +154,7 @@
import
{
parseTime
}
from
'
@/utils/ruoyi
'
;
export
default
{
name
:
"
DeptTarget
"
,
name
:
"
EcwDepttargetIndex
"
,
components
:
{},
data
()
{
return
{
...
...
@@ -266,7 +266,11 @@ import { parseTime } from '@/utils/ruoyi';
this
.
getChannelList
();
this
.
getList
();
},
methods
:
{
activated
()
{
this
.
getChannelList
();
this
.
getList
();
},
methods
:
{
/** 查询部门列表 */
getDeptList
(){
this
.
loading
=
true
;
...
...
src/views/ecw/deptTarget/myAchievement.vue
View file @
73aaa79e
...
...
@@ -126,7 +126,7 @@
import
{
listServiceUser
}
from
"
@/api/system/user
"
;
export
default
{
name
:
"
DeptTarge
t
"
,
name
:
"
EcwDepttargetMyachievemen
t
"
,
components
:
{},
data
()
{
return
{
...
...
@@ -215,7 +215,11 @@
}
}
},
created
()
{
activated
()
{
this
.
getChannelList
();
this
.
getList
();
},
created
()
{
this
.
getChannelList
();
this
.
getList
();
listServiceUser
().
then
(
r
=>
{
...
...
src/views/ecw/deptTarget/myDeptAchievement.vue
View file @
73aaa79e
...
...
@@ -126,7 +126,7 @@
import
{
listServiceUser
}
from
"
@/api/system/user
"
;
export
default
{
name
:
"
DeptTarge
t
"
,
name
:
"
EcwDepttargetMydeptachievemen
t
"
,
components
:
{},
data
()
{
return
{
...
...
src/views/ecw/deptTarget/myDeptTarget.vue
View file @
73aaa79e
...
...
@@ -155,7 +155,7 @@
import
{
parseTime
}
from
'
@/utils/ruoyi
'
;
export
default
{
name
:
"
DeptT
arget
"
,
name
:
"
EcwDepttargetMydeptt
arget
"
,
components
:
{},
data
()
{
return
{
...
...
@@ -267,13 +267,17 @@ import { parseTime } from '@/utils/ruoyi';
this
.
getChannelList
();
this
.
getList
();
},
methods
:
{
activated
()
{
this
.
getChannelList
();
this
.
getList
();
},
methods
:
{
/** 查询部门列表 */
getDeptList
(){
this
.
loading
=
true
;
myListDept
(
this
.
queryParams
).
then
(
response
=>
{
this
.
deptList
=
this
.
handleTree
(
response
.
data
,
"
id
"
);
console
.
log
(
"
this.deptList:
"
+
JSON
.
stringify
(
this
.
deptList
));
//
console.log("this.deptList:"+JSON.stringify(this.deptList));
this
.
deptList
.
forEach
((
item
)
=>
{
this
.
normalizer
(
item
);
// this.deptData.push(item);
...
...
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