[update] 修改bug81762
This commit is contained in:
@@ -735,6 +735,13 @@ export default {
|
||||
this.authDeptDisabled = true
|
||||
}
|
||||
}, 500)
|
||||
} else if (!val) {
|
||||
// 清空授权部门的可选项
|
||||
this.authDeptSelectRange = []
|
||||
// 设置授权部门可编辑
|
||||
this.authDeptDisabled = false
|
||||
// 清空授权部门
|
||||
this.formInline.authDept = ''
|
||||
}
|
||||
},
|
||||
// 主起草单位改变后,需要将选中的主起草单位增加到授权部门
|
||||
|
||||
Reference in New Issue
Block a user