| | |
| | | const values = this.value2 |
| | | const btime = values[0] |
| | | const etime = values[1] |
| | | const index = this.selectIndex // 传入当前 dashboard 选中的时间维度 |
| | | this.$refs.zzUser.setjobUser(btime, etime, index, null) |
| | | }, |
| | | showProbation(title) { |
| | | this.dialog.dialogShowInsurance = true |
| | | this.title = title |
| | | const values = this.value2 |
| | | const btime = values[0] |
| | | const etime = values[1] |
| | | const index = this.selectIndex |
| | | this.$refs.insuranceUser.setjobUser(btime, etime, index, null) |
| | | this.$refs.zzUser.setjobUser(btime, etime, index, null) |
| | | }, |
| | | showInsurance(title) { |
| | | this.dialog.dialogShowInsurance = true |