Commit 8308cd93 authored by linking2014's avatar linking2014

还原 课程列表 选择盒子功能

parent 28f6d77a
......@@ -72,7 +72,7 @@
</el-form-item>
</el-col>
</el-row>
<!--<el-row>
<el-row>
<el-col :span="10">
<el-form-item label="选择盒子">
<el-select filterable v-model="form.cargo" placeholder="请选择" clearable>
......@@ -85,7 +85,7 @@
</el-select>
</el-form-item>
</el-col>
</el-row>-->
</el-row>
<!-- <el-row>
<el-col :span="24">
<el-form-item label="已选盒子">
......@@ -121,7 +121,7 @@
getLessonDetailApi,
editLessonApi,
uploadFileApi,
// cargoListApi
cargoListApi
} from "../../service/api";
import downSrc from "../../assets/down.png"
import upSrc from "../../assets/up.png"
......@@ -315,9 +315,9 @@
})
},
initDialog() {
/* cargoListApi().then(res => {
cargoListApi().then(res => {
this.cargoList = res;
});*/
});
getBoxTypeListApi().then(res => {
if (res) {
this.boxList = res;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment