mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 06:36:44 +08:00
【自保件需求】---去掉错误提示
This commit is contained in:
@@ -260,9 +260,10 @@ export default {
|
|||||||
const resp = await CommitmentSelfCheck(checkData);
|
const resp = await CommitmentSelfCheck(checkData);
|
||||||
if (resp.result == '0' && resp.content.data.ruleList.length ) {
|
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
|
checkStr='<span style="color: red;width:auto; display: block;text-align: left">温馨提示:</span>'+resp.content.data.ruleList[0].retMsg
|
||||||
} else {
|
|
||||||
this.$toast(resp.resultMessage);
|
|
||||||
}
|
}
|
||||||
|
// else {
|
||||||
|
// console.log(resp.resultMessage);
|
||||||
|
// }
|
||||||
let str ='是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!<br/> '
|
let str ='是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!<br/> '
|
||||||
+checkStr;
|
+checkStr;
|
||||||
// let str ='是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!<br/> ' +
|
// let str ='是否确认提交?手机号与证件信息会作为您入司的重要信息,一旦提交无法再次修改!<br/> ' +
|
||||||
|
|||||||
Reference in New Issue
Block a user