This commit is contained in:
熊成强 2020-11-16 16:36:58 +08:00
parent 59add14066
commit a2b7d1877b

View File

@ -214,7 +214,7 @@ export default {
isCick: !isC, isCick: !isC,
isShow: false, isShow: false,
label: '权重评分:0%', label: '权重评分:0%',
weight1: a.length === 0 ? 100 : 0, weight1: a.length < 2 ? 100 : 0,
roleDtos: JSON.parse(JSON.stringify(this.roleDtos.map(i => { roleDtos: JSON.parse(JSON.stringify(this.roleDtos.map(i => {
if (i.type !== 1) i.checked = true if (i.type !== 1) i.checked = true
return i return i