diff --git a/hb_client/src/components/faceLogin/review.vue b/hb_client/src/components/faceLogin/review.vue index c791bdd..d466c30 100644 --- a/hb_client/src/components/faceLogin/review.vue +++ b/hb_client/src/components/faceLogin/review.vue @@ -131,7 +131,7 @@ faceLogin(imgData).then((res) => { if (res.code >= 200) { if(res.data.access){ - let item= {name:res.data.username,token:res.data.access}; + let item= {name:res.data.name,token:res.data.access}; that.$emit('func',item); that.$message.success("身份认证成功!"); this.closeCamera(); diff --git a/hb_client/src/views/mtm/materialdo.vue b/hb_client/src/views/mtm/materialdo.vue index 306988d..6a63650 100644 --- a/hb_client/src/views/mtm/materialdo.vue +++ b/hb_client/src/views/mtm/materialdo.vue @@ -101,6 +101,7 @@ v-model="recordform.form" style="width: 100%" clearable + filterable placeholder="请选择" >