no message
This commit is contained in:
parent
6564d65255
commit
9ddc58199d
@ -324,8 +324,10 @@ export default {
|
|||||||
this.handleGainAssessmentGroupList()
|
this.handleGainAssessmentGroupList()
|
||||||
},
|
},
|
||||||
handleGainDeptPerson (dicArr, list) {
|
handleGainDeptPerson (dicArr, list) {
|
||||||
|
// eslint-disable-next-line
|
||||||
for (let index = 0;index < list.length;index++) {
|
for (let index = 0;index < list.length;index++) {
|
||||||
const dept = list[index]
|
const dept = list[index]
|
||||||
|
// eslint-disable-next-line
|
||||||
for (let index = 0;index < dept.staffDtos.length;index++) {
|
for (let index = 0;index < dept.staffDtos.length;index++) {
|
||||||
const person = dept.staffDtos[index]
|
const person = dept.staffDtos[index]
|
||||||
dicArr[person.staffId.toString()] = 1
|
dicArr[person.staffId.toString()] = 1
|
||||||
|
|||||||
@ -449,7 +449,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let rqPara = this.tableInfo.result ? Object.assign({}, this.obj) : Object.assign({}, this.obj, this.score)
|
let rqPara = this.tableInfo.result ? Object.assign({}, this.obj, { lastScore: null, scoreLevel: null }) : Object.assign({}, this.obj, this.score)
|
||||||
let res1 = await apiSaveDetail(rqPara)
|
let res1 = await apiSaveDetail(rqPara)
|
||||||
if (res1.code !== 200) {
|
if (res1.code !== 200) {
|
||||||
this.$message.error(res1.msg)
|
this.$message.error(res1.msg)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user