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({
url: '/lz_management/user/lzresultrecord/new/approval',
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
},
async handleGetNext () {
console.log('this.obj.recortModelDtos: ', this.obj.recortModelDtos)
for (let i in this.obj.recortModelDtos) {
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)

View File

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