人效管理-绩效管理-绩效模板维护-接口对接

dev-scheduling
ysn 1 month ago
parent e283545043
commit 63de248e5e
  1. 4
      src/views/personnelEfficiencyManagement/performanceManagement/components/batchAddPerf.vue

@ -164,8 +164,8 @@ export default {
this.loading = true;
const page = { currentPage: 1, pageSize: 500 };
const queryParams = Object.assign({}, this.query || {}, {
status: this.auditMode ? 0 : 1,
userName: query,
status: 1,
realName: query,
});
getList(page.currentPage, page.pageSize, queryParams)
.then(res => {

Loading…
Cancel
Save