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, isCick: !isC,
isShow: false, isShow: false,
label: '权重评分:0%', label: '权重评分:0%',
weight1: 0, weight1: 100,
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
@ -216,8 +216,6 @@ export default {
} }
this.handleClick(params) this.handleClick(params)
this.$forceUpdate() this.$forceUpdate()
console.log('this.itemInfo: ', this.itemInfo)
console.log('this.list: ', this.list)
}, },
handleDelete (item) { handleDelete (item) {
if (item.id) { if (item.id) {