|
|
@@ -278,7 +278,7 @@ export default {
|
|
|
this.form.totalAmountMax = tmps[1] === '-' ? '' : tmps[1]
|
|
|
},
|
|
|
getOrg () {
|
|
|
- const parentId = [1, 2].includes(this.user.info.viewStage) ? this.user.info.parentDeptId : this.user.info.deptId
|
|
|
+ const parentId = [0, 2].includes(this.user.info.viewStage) ? this.user.info.parentDeptId : this.user.info.deptId
|
|
|
this.$api.system.getDeptLazy({ parentId }).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.showOrg = true
|