mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 01:22:53 +08:00
【自保件需求】---加测试出生日期
This commit is contained in:
@@ -252,17 +252,17 @@ export default {
|
||||
let recmd=this.userInfo;
|
||||
recmd.source='XG';
|
||||
recmd.agentCode='A860101000001';
|
||||
recmd.birthday='1992-12-29';
|
||||
let checkData = {
|
||||
token: this.$CacheUtils.getLocItem('token'),
|
||||
recmdDTO:recmd
|
||||
};
|
||||
await CommitmentSelfCheck(checkData).then(function(resp) {
|
||||
if (resp.result == '0' && resp.content.data.ruleList.length ) {
|
||||
checkStr='<span style="color: red;width:auto; display: block;text-align: left">温馨提示:</span>'+resp.content.data.ruleList[0].retMsg
|
||||
} else {
|
||||
this.$toast.fail(resp.resultMessage);
|
||||
}
|
||||
})
|
||||
const resp = await CommitmentSelfCheck(checkData);
|
||||
if (resp.result == '0' && resp.content.data.ruleList.length ) {
|
||||
checkStr='<span style="color: red;width:auto; display: block;text-align: left">温馨提示:</span>'+resp.content.data.ruleList[0].retMsg
|
||||
} else {
|
||||
this.$toast(resp.resultMessage);
|
||||
}
|
||||
let str ='是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!<br/> '
|
||||
+checkStr;
|
||||
// let str ='是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!<br/> ' +
|
||||
|
||||
Reference in New Issue
Block a user