This commit is contained in:
xiongchengqiang 2020-12-17 19:03:51 +08:00
parent fb9a298d94
commit 00df720dce

View File

@ -357,7 +357,7 @@ export default {
return this.scoreList.filter(i => i.score === item).length > 0 ? this.scoreList.filter(i => i.score === item)[0].name : 0
},
async handleGetNext () {
// this.loadingTi = true
this.loadingTi = true
const obj = { status: 1, menuName: this.tableInfo.result ? '提交了结果值' : '提交了评分' }
const params = Object.assign({}, { resultRecordId: this.$route.query.id || '' }, obj)
if (!this.tableInfo.result) {