fuliqi
2024-09-05 636ad750419ea9915cef7435a1506c01f9035a80
src/views/system/check/result/detail/detail.vue
@@ -345,7 +345,8 @@
        id: null,
        date: null,
        quarter: null,
        examineTag: null
        examineTag: null,
        deptId: null
      },
      // 表单校验
      rules: {},
@@ -363,6 +364,9 @@
    //考核成绩详情跳转参数接收
    if (this.$route.query.id) {
      this.queryParams.id = this.$route.query.id;
    }
    if(this.$route.query.deptId){
      this.queryParams.deptId = this.$route.query.deptId;
    }
    let examineTag = this.$route.query.examineTag;
    this.activeIndex = examineTag;
@@ -497,7 +501,7 @@
    /** 导出按钮操作 */
    handleExport() {
      this.download(
        "/check/score/export",
        "/check/score/detailExport",
        {
          ...this.queryParams,
        },