937f2316 by 杨炀

添加会员card字段删除

1 parent 6ae79474
...@@ -498,6 +498,7 @@ ...@@ -498,6 +498,7 @@
498 if(baseFormData.value.idcType=='4'){ 498 if(baseFormData.value.idcType=='4'){
499 baseFormData.value.idcType='0' 499 baseFormData.value.idcType='0'
500 } 500 }
501 delete baseFormData.value.card
501 api.addPersonToMyDept(baseFormData.value).then(Response => { 502 api.addPersonToMyDept(baseFormData.value).then(Response => {
502 if (Response.data == 0) { 503 if (Response.data == 0) {
503 let msg = '该成员,实名认证未通过,注册失败!' 504 let msg = '该成员,实名认证未通过,注册失败!'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!