Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
8935c15f
Commit
8935c15f
authored
Sep 10, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f740f480
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
examPaper.vue
src/pages/exam/examPaper.vue
+1
-3
No files found.
src/pages/exam/examPaper.vue
View file @
8935c15f
...
...
@@ -356,7 +356,7 @@ export default {
time
:
1
*
60
*
60
*
1000
,
statusBarHeight
:
0
,
// msg: { GuestId: Gid, PaperId: 6, Id: 3 },
msg
:
{
GuestId
:
Gid
,
PaperId
:
5
,
PublishId
:
1
},
msg
:
{
GuestId
:
Gid
,
PaperId
:
0
,
PublishId
:
0
},
peaperDetail
:
{},
changeIndex
:
0
,
//大题序号
isLast
:
false
,
//用于判断是否从后往前翻
...
...
@@ -402,7 +402,6 @@ export default {
},
//获取答案改变后的数据
getAnswerChange
(
val
,
index
)
{
console
.
log
(
"父组件答案改变"
,
val
,
index
);
data
.
peaperDetail
.
Paper
.
GroupList
[
index
]
=
val
;
},
//跳转到指定题目
...
...
@@ -426,7 +425,6 @@ export default {
onLoad
(
options
)
{
this
.
msg
.
PaperId
=
options
.
PaperId
;
this
.
msg
.
PublishId
=
options
.
Id
;
console
.
log
(
414
,
this
.
selectComponent
);
this
.
getPaperDetail
();
},
};
...
...
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