Commit 94f15351 authored by chenfenglei's avatar chenfenglei

老师列表加手机号搜索

parent 74bf5369
...@@ -614,6 +614,8 @@ import chooseGoodDialog from './chooseGoodDialog' ...@@ -614,6 +614,8 @@ import chooseGoodDialog from './chooseGoodDialog'
}else if(this.detail.type == 1){ }else if(this.detail.type == 1){
this.chooseGoodDialogObj.code = `CC-XXMM-${val.user_id}`; this.chooseGoodDialogObj.code = `CC-XXMM-${val.user_id}`;
}else{
this.chooseGoodDialogObj.code = `CC-TEACHER-${val.user_id}`;
} }
}, },
......
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