Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
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
张伯涛
tea-resources-web
Commits
014bdfd8
Commit
014bdfd8
authored
Mar 30, 2024
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考试管理添加
parent
5919d194
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
295 additions
and
214 deletions
+295
-214
teaExamExaminationPaper.js
src/api/examination/teaExamExaminationPaper.js
+17
-1
index.vue
src/views/contentManagement/newsInformation/index.vue
+119
-45
questionManagement.vue
...eInformation/examinationManagement/questionManagement.vue
+159
-168
No files found.
src/api/examination/teaExamExaminationPaper.js
View file @
014bdfd8
...
...
@@ -27,6 +27,13 @@ export function getTeaExamExaminationPaper(businessId) {
method
:
'get'
})
}
// 2. 查询试卷表详细信息
export
function
getById
(
businessId
)
{
return
request
({
url
:
'/teaexamexaminationpaper/queryById/'
+
businessId
,
method
:
'get'
})
}
// 3. 新增试卷表
export
function
addTeaExamExaminationPaper
(
data
)
{
...
...
@@ -37,7 +44,16 @@ export function addTeaExamExaminationPaper(data) {
data
:
data
})
}
export
function
upadteBatch
(
data
)
{
return
request
({
url
:
'/teaexamexaminationpaper/upadteBatch'
,
method
:
'put'
,
data
:
data
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
}
// 4. 修改试卷表
export
function
updateTeaExamExaminationPaper
(
data
)
{
const
businessId
=
data
.
businessId
...
...
src/views/contentManagement/newsInformation/index.vue
View file @
014bdfd8
This diff is collapsed.
Click to expand it.
src/views/courseInformation/examinationManagement/questionManagement.vue
View file @
014bdfd8
This diff is collapsed.
Click to expand it.
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