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
33c0eec2
Commit
33c0eec2
authored
May 09, 2024
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
71886 【管理端】新增开课-不填写任何内容,点击取消无反应
parent
56903cdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
11 deletions
+23
-11
index.vue
src/views/courseInformation/classManagement/index.vue
+23
-11
No files found.
src/views/courseInformation/classManagement/index.vue
View file @
33c0eec2
...
@@ -1230,7 +1230,7 @@
...
@@ -1230,7 +1230,7 @@
<span
style=
"color: #FF9900;cursor: pointer;"
@
click=
"showSelectedLesson"
><span
style=
"text-decoration: underline"
>
已选{{ selectedLessonCount }}门
</span>
课程
</span>
<span
style=
"color: #FF9900;cursor: pointer;"
@
click=
"showSelectedLesson"
><span
style=
"text-decoration: underline"
>
已选{{ selectedLessonCount }}门
</span>
课程
</span>
</div>
</div>
<div
class=
"cancelArea"
>
<div
class=
"cancelArea"
>
<el-button
class=
"cancelBtn"
@
click=
"
handleDrawerClo
se"
>
取 消
</el-button>
<el-button
class=
"cancelBtn"
@
click=
"
drawerController.drawer = fal
se"
>
取 消
</el-button>
<el-button
class=
"submitBtn"
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
class=
"submitBtn"
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
</div>
</div>
</div>
</div>
...
@@ -1594,7 +1594,6 @@ export default {
...
@@ -1594,7 +1594,6 @@ export default {
handleDrawerClose
()
{
handleDrawerClose
()
{
this
.
resetAddFrom
()
this
.
resetAddFrom
()
this
.
handleLessonClear
()
this
.
handleLessonClear
()
this
.
drawerController
.
drawer
=
false
this
.
showLesson
=
false
this
.
showLesson
=
false
this
.
$nextTick
().
then
(()
=>
{
this
.
$nextTick
().
then
(()
=>
{
this
.
$refs
.
lessonRef
.
clearValidate
()
this
.
$refs
.
lessonRef
.
clearValidate
()
...
@@ -1863,14 +1862,14 @@ export default {
...
@@ -1863,14 +1862,14 @@ export default {
handleLessonClear
()
{
handleLessonClear
()
{
// 课程类型是企业类型
// 课程类型是企业类型
// if (this.applicantType === '0') {
// if (this.applicantType === '0') {
this
.
form
.
classPlan
=
''
this
.
form
.
classPlan
=
''
this
.
form
.
classPlanSchool
=
''
this
.
form
.
classPlanSchool
=
''
this
.
form
.
jobClassification
=
''
this
.
form
.
jobClassification
=
''
this
.
form
.
technicalClassification
=
''
this
.
form
.
technicalClassification
=
''
this
.
form
.
technicalClassSchool
=
''
this
.
form
.
technicalClassSchool
=
''
this
.
form
.
difficultyClassify
=
''
this
.
form
.
difficultyClassify
=
''
this
.
jobClassification
=
[]
this
.
jobClassification
=
[]
this
.
technicalClassification
=
[]
this
.
technicalClassification
=
[]
// }
// }
this
.
getLessonQueryPage
()
this
.
getLessonQueryPage
()
},
},
...
@@ -1891,11 +1890,24 @@ export default {
...
@@ -1891,11 +1890,24 @@ export default {
},
},
/** 6.重置方法**/
/** 6.重置方法**/
resetAddFrom
()
{
resetAddFrom
()
{
this
.
form
=
{
unitId
:
''
,
unitName
:
''
,
lessonId
:
''
,
lessonName
:
''
,
beginDate
:
null
,
endDate
:
null
,
classPlan
:
''
,
lessonType
:
''
,
settingList
:
[]
}
this
.
$refs
.
lessonRef
.
resetFields
()
this
.
$refs
.
lessonRef
.
resetFields
()
this
.
total1
=
0
this
.
total1
=
0
this
.
lessonList
=
[]
this
.
lessonList
=
[]
this
.
multipleSelection
=
[]
this
.
multipleSelection
=
[]
this
.
$refs
.
multipleTable
.
clearSelection
()
if
(
this
.
$refs
.
multipleTable
)
{
this
.
$refs
.
multipleTable
.
clearSelection
()
}
},
},
/** 7.当课程有值是将课程label查询*/
/** 7.当课程有值是将课程label查询*/
handleLessonChange
(
value
)
{
handleLessonChange
(
value
)
{
...
...
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