This commit is contained in:
熊成强 2020-11-05 17:55:32 +08:00
parent b9ba1edb5e
commit 535c96aaa4
3 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,7 @@ export function apiSaveapproval (query) {
return request({ return request({
url: '/lz_management/user/lzresultrecord/new/approval', url: '/lz_management/user/lzresultrecord/new/approval',
method: 'get', method: 'get',
params: Object.assign({}, query, {loginUserId}) params: query
}) })
} }

View File

@ -178,7 +178,6 @@ export default {
return item.detailDtos ? item.detailDtos.filter(i => !i.isDelete).length : 0 return item.detailDtos ? item.detailDtos.filter(i => !i.isDelete).length : 0
}, },
async handleGetNext () { async handleGetNext () {
console.log('this.obj.recortModelDtos: ', this.obj.recortModelDtos)
for (let i in this.obj.recortModelDtos) { for (let i in this.obj.recortModelDtos) {
if (this.obj.recortModelDtos[i].detailDtos.length > 0 && !this.obj.recortModelDtos[i].isTrue) { if (this.obj.recortModelDtos[i].detailDtos.length > 0 && !this.obj.recortModelDtos[i].isTrue) {
this.$message.error(this.obj.recortModelDtos[i].name + '维度内的权重和必须为' + Math.round((this.obj.recortModelDtos[i].weight * 100) * 1000) / 1000) this.$message.error(this.obj.recortModelDtos[i].name + '维度内的权重和必须为' + Math.round((this.obj.recortModelDtos[i].weight * 100) * 1000) / 1000)

View File

@ -37,7 +37,7 @@
<span v-else>{{child.checkResult || '--'}}</span> <span v-else>{{child.checkResult || '--'}}</span>
</div> </div>
<div class="quanzhomng" style="flex:none;"> <div class="quanzhomng" style="flex:none;">
{{(child.checkWeight)*100}}% {{( Math.round((child.checkWeight * 100) * 1000) / 1000 )}}%
</div> </div>
<div v-if="tableInfo.score || auth.showScore"> <div v-if="tableInfo.score || auth.showScore">
<!-- gradeGroupId=== 1 下拉 --> <!-- gradeGroupId=== 1 下拉 -->