@@ -381,7 +381,7 @@ export default {
let params = {
userId: that.userMes.id,
current: 1,
- size: 10
+ size: 100
}
apiGetUserPostList(params).then(datas => {
if (datas.data && datas.data.records.length > 0) {
@@ -21,7 +21,7 @@
<el-table-column type="selection" label="操作" align="center"></el-table-column>
<el-table-column label="业务编号" prop="responsibilityCode" width="300" />
<el-table-column label="考评年度" prop="appraisalYear" width="200" />
- <el-table-column label="考评部门" prop="appraisalYear" width="200" />
+ <el-table-column label="考评部门" prop="deptName" width="200" />
<!-- <el-table-column label="业务简述" prop="des">
<template #default="scope">
<el-tooltip class="box-item" effect="customized" :content="scope.row.des" placement="top">
@@ -625,6 +625,7 @@ export default {
calcScore() {
this.calcParms.indicatorId = this.isClickTagId;
this.calcParms.binSection = this.binSectionStr;
+ this.calcParms.id = this.rowMsg.id;
const loading = this.$loading({
background: "rgba(0,0,0,0.7)",
text: "得分计算中...请稍候..."
@@ -381,7 +381,7 @@