youhua
This commit is contained in:
parent
b9ba1edb5e
commit
535c96aaa4
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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 下拉 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user