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
56903cdf
Commit
56903cdf
authored
May 09, 2024
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
71867 【管理端】目录-上传视频点击保存后,点击关闭,页面变为空,关闭按钮无反应
parent
f6eceb11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
courseCatalogues.vue
...s/courseInformation/courseManagement/courseCatalogues.vue
+1
-1
examinationPaper.vue
...rseInformation/examinationManagement/examinationPaper.vue
+5
-1
No files found.
src/views/courseInformation/courseManagement/courseCatalogues.vue
View file @
56903cdf
...
...
@@ -188,7 +188,7 @@
</div>
<edu-file
v-if=
"fileShow&&!pdfShow&&!pptShow&&!videoShow"
:chp-id=
"curChapterId"
:file-name=
"fileName"
/>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"
previewClear
"
>
关 闭
</el-button>
<el-button
@
click=
"
resForm.preview=false
"
>
关 闭
</el-button>
</span>
</el-dialog>
<div
class=
"cur-line"
/>
...
...
src/views/courseInformation/examinationManagement/examinationPaper.vue
View file @
56903cdf
...
...
@@ -325,7 +325,7 @@
<div
slot=
"tip"
class=
"el-upload__tip"
style=
"color:red"
>
提示:仅允许导入“xls”或“xlsx”格式文件!
</div>
</el-upload>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"cancelBtn"
@
click=
"upload
.open = false
"
>
取 消
</el-button>
<el-button
class=
"cancelBtn"
@
click=
"upload
Cancel
"
>
取 消
</el-button>
<el-button
class=
"submitBtn"
:loading=
"importLoading"
type=
"primary"
@
click=
"submitFileForm"
>
确 定
</el-button>
</div>
</el-dialog>
...
...
@@ -906,6 +906,10 @@ export default {
this
.
$alert
(
response
.
msg
,
'导入结果'
,
{
dangerouslyUseHTMLString
:
true
})
this
.
getList
()
},
uploadCancel
()
{
this
.
$refs
.
upload
.
clearFiles
()
this
.
upload
.
open
=
false
},
// 提交上传文件
submitFileForm
()
{
var
courseId
=
this
.
courseId
...
...
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