【修改】提交
This commit is contained in:
@@ -192,9 +192,9 @@ export default {
|
||||
// form.power=''
|
||||
}
|
||||
// 是不是有以前的数据
|
||||
if(form.oldpower){
|
||||
if(form.oldpower ){
|
||||
this.PERMISSION = this.PERMISSION.map(item=>{
|
||||
if(item.value == form.oldpower){
|
||||
if(item.value == form.oldpower ){
|
||||
item.disabled=true
|
||||
}else{
|
||||
item.disabled=false
|
||||
|
||||
Reference in New Issue
Block a user