From 7449ee9bca84c18944e65592ac8ea33a7c191639 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 22 七月 2025 18:29:00 +0800 Subject: [PATCH] 测试完成 --- src/views/sfstatistics/percentage/index.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/views/sfstatistics/percentage/index.vue b/src/views/sfstatistics/percentage/index.vue index a045763..e919b2f 100644 --- a/src/views/sfstatistics/percentage/index.vue +++ b/src/views/sfstatistics/percentage/index.vue @@ -149,6 +149,16 @@ >閲嶇疆</el-button > </el-form-item> + <el-col :span="19"> + <el-button + type="warning" + plain + icon="el-icon-download" + size="medium" + @click="handleExport" + >瀵煎嚭</el-button + > + </el-col> </el-form> <!-- <right-toolbar :showSearch.sync="showSearch" @@ -970,7 +980,7 @@ /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { this.queryParams.pageNum = 1; - if (this.queryParams.dateRange) this.queryParams.dateRange = []; + if (!this.queryParams.dateRange) this.queryParams.dateRange = []; if (this.queryParams.statisticaltype == 1) { this.queryParams.deptcodes = []; } else if (this.queryParams.statisticaltype == 2) { -- Gitblit v1.9.3