youhua
This commit is contained in:
parent
4948d51014
commit
daf6a4e584
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user