From fcf435bc3a4780ed37d1e256e96478d9bab9a05a Mon Sep 17 00:00:00 2001 From: ysn <2126564605@qq.com> Date: Wed, 22 Apr 2026 14:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E6=95=88=E7=AE=A1=E7=90=86-=E7=BB=A9?= =?UTF-8?q?=E6=95=88=E7=AE=A1=E7=90=86-=E7=BB=A9=E6=95=88=E5=85=AC?= =?UTF-8?q?=E5=BC=8F-=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performanceDisclosure.js | 10 + .../performanceDisclosure.vue | 416 ++++++------------ 2 files changed, 155 insertions(+), 271 deletions(-) create mode 100644 src/api/performanceManagement/performanceDisclosure.js diff --git a/src/api/performanceManagement/performanceDisclosure.js b/src/api/performanceManagement/performanceDisclosure.js new file mode 100644 index 00000000..997d8307 --- /dev/null +++ b/src/api/performanceManagement/performanceDisclosure.js @@ -0,0 +1,10 @@ +// 绩效公示相关接口 +import request from '@/axios'; +// 1. 绩效公示分页查询 +export function pageBsEfficiencyTaskReport(params) { + return request({ + url: '/blade-desk/bsEfficiencyTaskReport/page', + method: 'get', + params + }) +} \ No newline at end of file diff --git a/src/views/personnelEfficiencyManagement/performanceManagement/performanceDisclosure.vue b/src/views/personnelEfficiencyManagement/performanceManagement/performanceDisclosure.vue index c98e5404..046a0635 100644 --- a/src/views/personnelEfficiencyManagement/performanceManagement/performanceDisclosure.vue +++ b/src/views/personnelEfficiencyManagement/performanceManagement/performanceDisclosure.vue @@ -8,21 +8,16 @@ v-model="form" v-model:page="page" ref="crud" - @row-update="rowUpdate" - @row-save="rowSave" @search-change="searchChange" @search-reset="searchReset" - @selection-change="selectionChange" @current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @cell-click="cellClick" > - +
月份: @@ -33,143 +28,65 @@ :disabled-date="pickerOptions" > - 查询 + + 查询 +
- - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +
- - + \ No newline at end of file