优化
This commit is contained in:
parent
59add14066
commit
a2b7d1877b
@ -214,7 +214,7 @@ export default {
|
||||
isCick: !isC,
|
||||
isShow: false,
|
||||
label: '权重评分:0%',
|
||||
weight1: a.length === 0 ? 100 : 0,
|
||||
weight1: a.length < 2 ? 100 : 0,
|
||||
roleDtos: JSON.parse(JSON.stringify(this.roleDtos.map(i => {
|
||||
if (i.type !== 1) i.checked = true
|
||||
return i
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user