Merge remote-tracking branch 'origin/pet' into pet
commit
0fdb05467c
|
@ -359,7 +359,11 @@ export default {
|
||||||
requestFN(
|
requestFN(
|
||||||
'/department/listTreeManageAndCorpNum',
|
'/department/listTreeManageAndCorpNum',
|
||||||
{
|
{
|
||||||
INVOLVING_CORPS: this.form.INVOLVING_CORPS
|
// 报警处置人为重点工程所在的分公司内的人员,之前为重点工程涉及部门
|
||||||
|
// 改动日期:2024/5/9 改动人:徐绎丰
|
||||||
|
// INVOLVING_CORPS: this.form.INVOLVING_CORPS
|
||||||
|
|
||||||
|
INVOLVING_CORPS: this.$parent.CORPINFO_ID == 1 ? this.form.INVOLVING_CORPS : this.$parent.CORPINFO_ID
|
||||||
}
|
}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
this.treeDataInspectDept = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes')
|
this.treeDataInspectDept = this.listTransTree(JSON.parse(data.zTreeNodes), 'id', 'pId', 'nodes')
|
||||||
|
|
Loading…
Reference in New Issue