修改禅道已知bug
This commit is contained in:
@@ -322,12 +322,23 @@
|
||||
content.push(res)
|
||||
}
|
||||
} else if (res.type == 'Depart') {
|
||||
if (!this.selectDepartment) {
|
||||
res.disabled = true
|
||||
}
|
||||
content.push(res)
|
||||
}
|
||||
})
|
||||
this.gData = this.toTree(content)
|
||||
} else {
|
||||
this.gData = this.toTree(JSON.parse(gData))
|
||||
let content = JSON.parse(gData)
|
||||
if (!this.selectDepartment) {
|
||||
content.forEach(res => {
|
||||
if (res.type == 'Depart') {
|
||||
res.disabled = true
|
||||
}
|
||||
})
|
||||
}
|
||||
this.gData = this.toTree(content)
|
||||
}
|
||||
}
|
||||
this.defaultCheckedKeys = this.userIds
|
||||
@@ -524,6 +535,6 @@
|
||||
}
|
||||
|
||||
.treeWrap {
|
||||
height: 600px;
|
||||
height: calc(100vh - 240px);
|
||||
}
|
||||
</style>
|
||||
@@ -208,7 +208,7 @@
|
||||
<a-form-model-item class="itemModel" prop="authManageIdsName">
|
||||
<PersonnelSelection class="box-input add-input"
|
||||
:personneQuery="form"
|
||||
selectDepartment
|
||||
:selectDepartment="true"
|
||||
:query="{db_field_name:'authManageIds',db_field_txt:$t('Administrativeprivileges')}"
|
||||
@change="PersonnelSelectionChange"
|
||||
v-model="form.authManageIdsName"/>
|
||||
@@ -226,7 +226,7 @@
|
||||
<a-form-model-item class="itemModel" prop="authViewIdsName">
|
||||
<PersonnelSelection
|
||||
class="box-input add-input"
|
||||
selectDepartment
|
||||
:selectDepartment="true"
|
||||
:personneQuery="form"
|
||||
:query="{db_field_name:'authViewIds',db_field_txt:$t('Checkthepermissions')}"
|
||||
@change="PersonnelSelectionChange"
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
:title="titleName"
|
||||
:isSendBack="isSendBackOne"
|
||||
ref="examineInformationRef"
|
||||
:isSendBack="isSendBackOne"
|
||||
:url="url"/>
|
||||
<!-- @terminationProcess="terminationProcess"-->
|
||||
<footerProcess
|
||||
|
||||
Reference in New Issue
Block a user