|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <cu-custom :backUrl="'/pages/human/enrollment/registration/EnrollmentRegistrationAddForm'" :isBack="true" bgColor="bg-gradual-blue" >
|
|
|
+ <cu-custom :backUrl="'/pages/human/enrollment/registration/EnrollmentRegistrationAddForm'" :isBack="false" bgColor="bg-gradual-blue" >
|
|
|
<!-- <block slot="backText">返回</block>-->
|
|
|
<block slot="content">入职登记</block>
|
|
|
<!-- <block slot="right" >-->
|
|
@@ -302,7 +302,7 @@
|
|
|
'idCard': [
|
|
|
{
|
|
|
validator: (rule, value, callback) => this.isCardId(value, callback),
|
|
|
- trigger: ['blur', 'change']
|
|
|
+ trigger: ['blur']
|
|
|
}
|
|
|
],
|
|
|
}
|