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
039a1c42
Commit
039a1c42
authored
Aug 17, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c3452f45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
paperEdit.vue
src/pages/exam/paperEdit.vue
+1
-3
No files found.
src/pages/exam/paperEdit.vue
View file @
039a1c42
...
...
@@ -637,11 +637,9 @@
if
(
obj
)
{
questionObj
.
QuestionContent
=
JSON
.
stringify
(
obj
);
}
console
.
log
(
"onItemClick_questionObj"
,
questionObj
);
var
tempArray
=
[];
tempArray
.
push
(
questionObj
);
this
.
AddQuestion
(
tempArray
);
this
.
calcPaper
();
},
//添加问题
AddQuestion
(
qArray
)
{
...
...
@@ -673,6 +671,7 @@
})
}
}
this
.
calcPaper
();
},
//判断题库是否存在
checkGroupExists
(
QuestionTypeId
)
{
...
...
@@ -775,7 +774,6 @@
},
//点击问题
ClickItem
(
questionItem
,
index
,
index2
)
{
console
.
log
(
"ClickItem"
,
questionItem
)
this
.
ChooseItem
=
{};
this
.
ComOneIndex
=
index
;
this
.
ComCheckIndex
=
index2
;
...
...
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