yubo
2026-03-11 958ac28a95aec459683f5a6e2f4627660604c03b
src/views/dashboard/index.vue
@@ -517,17 +517,8 @@
      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