Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhi
newCSO_2023
Commits
cf282a7d
Commit
cf282a7d
authored
Feb 28, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SidebarItem跟随刷新
parent
aa2dd57b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
0 deletions
+29
-0
src/views/courseManager/cooperateCourse.vue
+9
-0
src/views/courseManager/recruitCourse.vue
+9
-0
src/views/outline/outlineList.vue
+9
-0
src/views/pms/product/kefuUnBind.vue
+1
-0
src/views/pms/product/unBind.vue
+1
-0
No files found.
src/views/courseManager/cooperateCourse.vue
View file @
cf282a7d
...
@@ -427,8 +427,17 @@ export default {
...
@@ -427,8 +427,17 @@ export default {
// this.list.auditSchool = res.data.list.school
// this.list.auditSchool = res.data.list.school
// this.total.auditSchool = total.data.list.school
// this.total.auditSchool = total.data.list.school
// console.log(this.list, "this.list,codeAll");
// console.log(this.list, "this.list,codeAll");
this
.
$forceUpdate
();
this
.
$forceUpdate
();
});
});
cooperateSchoolAll
({
pageNum
:
1
,
pageSize
:
10
,
isMatch
:
1
}).
then
(
res
=>
{
this
.
$store
.
commit
(
"set_cooperateSchoolAll"
,
res
.
data
.
total
);
// console.log(res.data.total, "vuex");
});
},
},
// getSelectedForm() {
// getSelectedForm() {
// this.listQuery.pageNum = 1;
// this.listQuery.pageNum = 1;
...
...
src/views/courseManager/recruitCourse.vue
View file @
cf282a7d
...
@@ -452,8 +452,17 @@ export default {
...
@@ -452,8 +452,17 @@ export default {
// this.list.auditSchool = res.data.list.school
// this.list.auditSchool = res.data.list.school
// this.total.auditSchool = total.data.list.school
// this.total.auditSchool = total.data.list.school
// console.log(this.list, "this.list,codeAll");
// console.log(this.list, "this.list,codeAll");
this
.
$forceUpdate
();
this
.
$forceUpdate
();
});
});
recruitSchoolAll
({
pageNum
:
1
,
pageSize
:
10
,
isMatch
:
1
}).
then
(
res
=>
{
this
.
$store
.
commit
(
"set_recruitSchoolAll"
,
res
.
data
.
total
);
// console.log(res.data.total, "vuex");
});
},
},
handleSearchList
()
{
handleSearchList
()
{
//搜索
//搜索
...
...
src/views/outline/outlineList.vue
View file @
cf282a7d
...
@@ -208,6 +208,15 @@ export default {
...
@@ -208,6 +208,15 @@ export default {
this
.
total
=
res
.
data
.
total
;
this
.
total
=
res
.
data
.
total
;
this
.
list
=
res
.
data
.
list
;
this
.
list
=
res
.
data
.
list
;
console
.
log
(
this
.
list
,
"this.list,getOutlineList"
);
console
.
log
(
this
.
list
,
"this.list,getOutlineList"
);
this
.
$store
.
commit
(
"set_outlineListUnconfirm"
,
res
.
data
.
total
);
});
outlineList
({
pageNum
:
1
,
pageSize
:
10
,
outlineState
:
2
}).
then
(
res
=>
{
this
.
$store
.
commit
(
"set_outlineListUnconfirm"
,
res
.
data
.
total
);
// console.log(this.$store.getters.outlineListUnconfirm, "vuex");
});
});
},
},
handleCurrentChange
(
val
)
{
handleCurrentChange
(
val
)
{
...
...
src/views/pms/product/kefuUnBind.vue
View file @
cf282a7d
...
@@ -301,6 +301,7 @@ export default {
...
@@ -301,6 +301,7 @@ export default {
this
.
total
=
res
.
data
.
total
;
this
.
total
=
res
.
data
.
total
;
this
.
$store
.
commit
(
"set_kfSelectUnBind"
,
res
.
data
.
total
);
this
.
$store
.
commit
(
"set_kfSelectUnBind"
,
res
.
data
.
total
);
console
.
log
(
this
.
list
,
"this.list,kfSelectUnBind"
);
console
.
log
(
this
.
list
,
"this.list,kfSelectUnBind"
);
this
.
$store
.
commit
(
"set_kfSelectUnBind"
,
res
.
data
.
total
);
this
.
$forceUpdate
();
this
.
$forceUpdate
();
});
});
},
},
...
...
src/views/pms/product/unBind.vue
View file @
cf282a7d
...
@@ -171,6 +171,7 @@ export default {
...
@@ -171,6 +171,7 @@ export default {
this
.
pageSize
=
res
.
data
.
pageSize
;
this
.
pageSize
=
res
.
data
.
pageSize
;
this
.
total
=
res
.
data
.
total
;
this
.
total
=
res
.
data
.
total
;
console
.
log
(
this
.
list
,
"this.list,xfSelectUnBind"
);
console
.
log
(
this
.
list
,
"this.list,xfSelectUnBind"
);
this
.
$store
.
commit
(
"set_xfSelectUnBind"
,
res
.
data
.
total
);
this
.
$forceUpdate
();
this
.
$forceUpdate
();
});
});
},
},
...
...
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