|
@@ -43,9 +43,9 @@ export default {
|
|
|
},
|
|
|
created () {
|
|
|
const query = this.$route.query
|
|
|
- if (query.certification) {
|
|
|
+ if (query.employeeNo) {
|
|
|
Object.assign(this.query, {
|
|
|
- unifiedCertificationNumber: query.certification
|
|
|
+ unifiedCertificationNumber: query.employeeNo
|
|
|
})
|
|
|
}
|
|
|
this.onInit()
|
|
@@ -57,7 +57,7 @@ export default {
|
|
|
label: '姓名',
|
|
|
prop: 'employeeName',
|
|
|
type: 'input',
|
|
|
- hidden: this.$route.query.certification,
|
|
|
+ hidden: this.$route.query.employeeNo,
|
|
|
option: {
|
|
|
placeholder: '请输入姓名'
|
|
|
}
|