Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
cae44c49
Commit
cae44c49
authored
Jun 07, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/youjie/thinkapp
parents
3fdd30d2
e4d43a38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
workSituation.vue
src/pages/index/workSituation.vue
+6
-0
No files found.
src/pages/index/workSituation.vue
View file @
cae44c49
...
@@ -170,8 +170,10 @@
...
@@ -170,8 +170,10 @@
//获取学生列表
//获取学生列表
getCourseStuList
(){
getCourseStuList
(){
data
.
pageState
=
"loading"
;
data
.
pageState
=
"loading"
;
uni
.
showLoading
()
proxy
.
$request
(
"/Teacher/GetCourseStu"
,
data
.
OperationMsg
).
then
(
res
=>
{
proxy
.
$request
(
"/Teacher/GetCourseStu"
,
data
.
OperationMsg
).
then
(
res
=>
{
if
(
res
){
if
(
res
){
uni
.
hideLoading
()
data
.
titleList
.
forEach
(
item
=>
{
data
.
titleList
.
forEach
(
item
=>
{
if
(
item
.
name
==
'学生列表'
){
if
(
item
.
name
==
'学生列表'
){
item
.
num
=
res
.
Data
.
length
item
.
num
=
res
.
Data
.
length
...
@@ -185,8 +187,10 @@
...
@@ -185,8 +187,10 @@
//获取作业情况列表
//获取作业情况列表
getCourseHomeWorkList
(){
getCourseHomeWorkList
(){
data
.
pageState
=
"loading"
;
data
.
pageState
=
"loading"
;
uni
.
showLoading
()
proxy
.
$request
(
"/Teacher/GetCourseHomeWork"
,
data
.
OperationMsg
).
then
(
res
=>
{
proxy
.
$request
(
"/Teacher/GetCourseHomeWork"
,
data
.
OperationMsg
).
then
(
res
=>
{
if
(
res
){
if
(
res
){
uni
.
hideLoading
()
data
.
titleList
.
forEach
(
item
=>
{
data
.
titleList
.
forEach
(
item
=>
{
if
(
item
.
name
==
'作业情况'
){
if
(
item
.
name
==
'作业情况'
){
item
.
num
=
res
.
Data
.
length
item
.
num
=
res
.
Data
.
length
...
@@ -200,8 +204,10 @@
...
@@ -200,8 +204,10 @@
//获取考试信息列表
//获取考试信息列表
getExamPageList
(){
getExamPageList
(){
data
.
pageState
=
"loading"
;
data
.
pageState
=
"loading"
;
uni
.
showLoading
()
proxy
.
$request
(
"/Exam/GetExamPageList"
,
data
.
Msg
).
then
(
res
=>
{
proxy
.
$request
(
"/Exam/GetExamPageList"
,
data
.
Msg
).
then
(
res
=>
{
if
(
res
){
if
(
res
){
uni
.
hideLoading
()
data
.
titleList
.
forEach
(
item
=>
{
data
.
titleList
.
forEach
(
item
=>
{
if
(
item
.
name
==
'考试信息'
){
if
(
item
.
name
==
'考试信息'
){
item
.
num
=
res
.
Data
.
RowsCount
item
.
num
=
res
.
Data
.
RowsCount
...
...
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