This commit is contained in:
熊成强 2020-11-11 11:11:36 +08:00
parent 4948d51014
commit daf6a4e584

View File

@ -204,7 +204,7 @@ export default {
isCick: !isC,
isShow: false,
label: '权重评分:0%',
weight1: 0,
weight1: 100,
roleDtos: JSON.parse(JSON.stringify(this.roleDtos.map(i => {
if (i.type !== 1) i.checked = true
return i
@ -216,8 +216,6 @@ export default {
}
this.handleClick(params)
this.$forceUpdate()
console.log('this.itemInfo: ', this.itemInfo)
console.log('this.list: ', this.list)
},
handleDelete (item) {
if (item.id) {