|
@@ -47,16 +47,13 @@ export default {
|
|
|
methods: {
|
|
|
async open (item) {
|
|
|
this.$refs.dialog.open()
|
|
|
- // this.parentDetailTypes = [{
|
|
|
- // label: '上级员工薪资绩效钻取',
|
|
|
- // detailType: '上级员工薪资绩效钻取',
|
|
|
- // item: {}
|
|
|
- // }]
|
|
|
this.parentDetailTypes = [{
|
|
|
label: '上级员工薪资绩效钻取',
|
|
|
detailType: '员工薪资绩效钻取',
|
|
|
parentDetailType: '上级员工薪资绩效钻取',
|
|
|
- entity: { employeeCode: '201500008' }
|
|
|
+ entity: {
|
|
|
+ employeeCode: item.unifiedCertificationNumber
|
|
|
+ }
|
|
|
}]
|
|
|
this.onRender()
|
|
|
},
|