Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
ea5c6f9c
Commit
ea5c6f9c
authored
Sep 30, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除选择盒子
parent
3d50a675
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
dialog.vue
src/components/lesson/dialog.vue
+5
-5
No files found.
src/components/lesson/dialog.vue
View file @
ea5c6f9c
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<
!--
<
el-row>
<el-col
:span=
"10"
>
<el-col
:span=
"10"
>
<el-form-item
label=
"选择盒子"
>
<el-form-item
label=
"选择盒子"
>
<el-select
filterable
v-model=
"form.cargo"
placeholder=
"请选择"
clearable
>
<el-select
filterable
v-model=
"form.cargo"
placeholder=
"请选择"
clearable
>
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
-->
<!--
<el-row>
<!--
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"已选盒子"
>
<el-form-item
label=
"已选盒子"
>
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
getLessonDetailApi
,
getLessonDetailApi
,
editLessonApi
,
editLessonApi
,
uploadFileApi
,
uploadFileApi
,
cargoListApi
//
cargoListApi
}
from
"../../service/api"
;
}
from
"../../service/api"
;
import
downSrc
from
"../../assets/down.png"
import
downSrc
from
"../../assets/down.png"
import
upSrc
from
"../../assets/up.png"
import
upSrc
from
"../../assets/up.png"
...
@@ -315,9 +315,9 @@
...
@@ -315,9 +315,9 @@
})
})
},
},
initDialog
()
{
initDialog
()
{
cargoListApi
().
then
(
res
=>
{
/*
cargoListApi().then(res => {
this.cargoList = res;
this.cargoList = res;
});
});
*/
getBoxTypeListApi
().
then
(
res
=>
{
getBoxTypeListApi
().
then
(
res
=>
{
if
(
res
)
{
if
(
res
)
{
this
.
boxList
=
res
;
this
.
boxList
=
res
;
...
...
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