tian
2025-09-23 b7ce4df611c11605aef94dac1b7056be5138b792
src/views/archiveToUserStatistic/index.vue
@@ -124,7 +124,7 @@
          { required: true, message: "档案号不能为空", trigger: "blur" }
        ],
        inquiryNumber: [
          { required: true, message: "发问号不能为空", trigger: "blur" }
          { required: true, message: "发文号不能为空", trigger: "blur" }
        ],
        projectName: [
          { required: true, message: "项目名称不能为空", trigger: "blur" }
@@ -206,7 +206,6 @@
      this.loading = true
      console.log(this.queryParams)
      console.log("--------------")
      alert(123)
      listArchiverecordstouserStatistic(this.queryParams).then(response => {
        console.log(response)
@@ -350,8 +349,8 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      this.download('system/records/export', {
        ...this.queryParams
      this.download('system/archiverecordstouser/exportArToUser', {
        // ...this.queryParams
      }, `records_${new Date().getTime()}.xlsx`)
    }
  }