From 958ac28a95aec459683f5a6e2f4627660604c03b Mon Sep 17 00:00:00 2001
From: yubo <autumnal_wind@yeah.net>
Date: 星期三, 11 三月 2026 23:53:41 +0800
Subject: [PATCH] feat(dashboard): 添加到期合同导出功能并优化时间范围参数传递
---
src/views/dashboard/index.vue | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue
index 7c78203..edc1802 100644
--- a/src/views/dashboard/index.vue
+++ b/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
--
Gitblit v1.8.0