Commit 1aeb18ac authored by wangwei's avatar wangwei

Merge remote-tracking branch 'origin/development' into development

parents 61f0550e e77d1671
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</el-col> </el-col>
<el-col :span="3" :offset="3" v-if="!$store.state.readonly"> <el-col :span="3" :offset="3" v-if="!$store.state.readonly">
<el-form-item> <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-form-item>
</el-col> </el-col>
</el-row> </el-row>
...@@ -603,6 +603,7 @@ ...@@ -603,6 +603,7 @@
json.name = name json.name = name
} }
getTeacherListApi(json).then(res=>{ getTeacherListApi(json).then(res=>{
console.log(res.list)
this.teacherList = res.list this.teacherList = res.list
this.loading = false this.loading = false
}); });
...@@ -614,7 +615,6 @@ ...@@ -614,7 +615,6 @@
this.promoterDialog.show = true; this.promoterDialog.show = true;
this.promoterDialog.id = val.id; this.promoterDialog.id = val.id;
this.promoterDialog.teacher_id = val.invite_id; this.promoterDialog.teacher_id = val.invite_id;
console.log('this.promoterDialog updateTeacher', this.promoterDialog)
this.getTeacherList() this.getTeacherList()
}, },
remoteMethod(query) { 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