Commit ea5c6f9c authored by IvyXia123's avatar IvyXia123

删除选择盒子

parent 3d50a675
......@@ -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