@@ -281,7 +281,7 @@ import reportVarietyEnSet from '@/components/reportVarietyEnSet.vue'
},
handleShowSetVariety(item){
this.activeItem=item
- this.checkedVariety=item.EnPermissions||[]
+ this.checkedVariety=_.cloneDeep(item.EnPermissions||[])
this.showSetVariety=true
handleChangeVariety(){