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