Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
40889a63
Commit
40889a63
authored
Feb 05, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8385ff58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
appointment.vue
pages/appointment/appointment.vue
+8
-3
No files found.
pages/appointment/appointment.vue
View file @
40889a63
...
...
@@ -259,6 +259,7 @@ import tabbars from '@/components/tabbar/index';
fullDate
:
''
,
dotList
:[],
WeekStr
:
''
,
firsttime
:
true
,
}
},
onLoad
(
options
)
{
...
...
@@ -297,11 +298,12 @@ import tabbars from '@/components/tabbar/index';
}
else
{
if
(
this
.
showteacher
==
1
){
this
.
msg
.
TeacherId
=
this
.
u
.
UserTeacher
this
.
init
()
//
this.init()
}
this
.
getPointCourseClassList
()
this
.
getTeacherList
()
this
.
init
()
this
.
firsttime
=
false
}
},
...
...
@@ -428,7 +430,10 @@ import tabbars from '@/components/tabbar/index';
if
(
this
.
showteacher
==
1
){
this
.
msg
.
TeacherId
=
this
.
u
.
UserTeacher
}
this
.
init
()
if
(
this
.
firsttime
==
false
){
this
.
init
()
}
}
},
init
(){
...
...
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