Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
12ab2c5c
Commit
12ab2c5c
authored
Jun 11, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
667ad243
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
17 deletions
+3
-17
classroomNav.vue
src/pages/classroom/components/classroomNav.vue
+3
-13
courseInfo.vue
src/pages/classroom/courseInfo.vue
+0
-1
useRecord.vue
src/pages/classroom/useRecord.vue
+0
-3
No files found.
src/pages/classroom/components/classroomNav.vue
View file @
12ab2c5c
...
@@ -39,24 +39,14 @@ import { active } from 'src/pages/financial/lang/zh';
...
@@ -39,24 +39,14 @@ import { active } from 'src/pages/financial/lang/zh';
default
:
0
default
:
0
}
}
},
},
watch
:{
activeNav
(
val
){
if
(
val
!=
this
.
currentNav
){
this
.
currentNav
=
val
console
.
log
(
45
,
this
.
currentNav
)
}
}
},
data
()
{
data
()
{
return
{
return
{
currentNav
:
1
,
currentNav
:
this
.
activeNav
,
schoolId
:
0
,
schoolId
:
0
,
};
};
},
},
mounted
(){
},
methods
:{
methods
:{
showNav
(
val
,
id
){
showNav
(
val
,
id
){
this
.
schoolId
=
id
this
.
schoolId
=
id
...
...
src/pages/classroom/courseInfo.vue
View file @
12ab2c5c
...
@@ -287,7 +287,6 @@
...
@@ -287,7 +287,6 @@
if
(
res
.
Code
===
1
){
if
(
res
.
Code
===
1
){
this
.
dataList
=
res
.
Data
this
.
dataList
=
res
.
Data
}
}
console
.
log
(
319
,
res
)
})
})
}
}
...
...
src/pages/classroom/useRecord.vue
View file @
12ab2c5c
...
@@ -55,7 +55,6 @@
...
@@ -55,7 +55,6 @@
created
(){
created
(){
this
.
msg
.
SchoolId
=
this
.
$route
.
query
.
key
this
.
msg
.
SchoolId
=
this
.
$route
.
query
.
key
this
.
msg
.
RoomId
=
this
.
$route
.
query
.
roomId
this
.
msg
.
RoomId
=
this
.
$route
.
query
.
roomId
console
.
log
(
this
.
$route
.
query
,
this
.
msg
)
let
d
=
new
Date
();
let
d
=
new
Date
();
let
year
=
d
.
getFullYear
();
let
year
=
d
.
getFullYear
();
let
month
=
d
.
getMonth
()
+
1
;
let
month
=
d
.
getMonth
()
+
1
;
...
@@ -91,8 +90,6 @@
...
@@ -91,8 +90,6 @@
getSchoolAndRoomNav
({}).
then
(
res
=>
{
getSchoolAndRoomNav
({}).
then
(
res
=>
{
if
(
res
.
Code
===
1
){
if
(
res
.
Code
===
1
){
this
.
navData
=
res
.
Data
this
.
navData
=
res
.
Data
// this.msg.SchoolId=res.Data[0].Key
// this.msg.RoomId=res.Data[0].RoomList[0].RoomId
that
.
getClassRoomTimeList
()
that
.
getClassRoomTimeList
()
}
}
}).
catch
(()
=>
{
}).
catch
(()
=>
{
...
...
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