Commit 4f9e0a35 authored by chenfenglei's avatar chenfenglei

新增订单

parent 8e12614f
......@@ -95,7 +95,7 @@
</el-col>
<el-col :span="3" :offset="3" v-if="!$store.state.readonly">
<el-form-item>
<!-- <el-button type="success" plain @click="add">新增订单</el-button> -->
<el-button type="success" plain @click="add">新增订单</el-button>
</el-form-item>
</el-col>
</el-row>
......@@ -603,6 +603,7 @@
json.name = name
}
getTeacherListApi(json).then(res=>{
console.log(res.list)
this.teacherList = res.list
this.loading = false
});
......@@ -614,7 +615,6 @@
this.promoterDialog.show = true;
this.promoterDialog.id = val.id;
this.promoterDialog.teacher_id = val.invite_id;
console.log('this.promoterDialog updateTeacher', this.promoterDialog)
this.getTeacherList()
},
remoteMethod(query) {
......
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