|
@ -169,6 +169,9 @@ export default { |
|
|
...this.dataForm, |
|
|
...this.dataForm, |
|
|
...res.data |
|
|
...res.data |
|
|
} |
|
|
} |
|
|
|
|
|
if (!this.dataForm.resourceList) { |
|
|
|
|
|
this.dataForm.resourceList = [] |
|
|
|
|
|
} |
|
|
if (this.dataForm.pid === '0') { |
|
|
if (this.dataForm.pid === '0') { |
|
|
return this.deptListTreeSetDefaultHandle() |
|
|
return this.deptListTreeSetDefaultHandle() |
|
|
} |
|
|
} |
|
|