|
@@ -299,12 +299,12 @@ export default {
|
|
|
// this.getTreeselect()
|
|
|
// return
|
|
|
// }
|
|
|
- // if (this.orgId !== null) {
|
|
|
- // this.queryParams.orgId = this.orgId
|
|
|
- // this.form.orgId = this.orgId
|
|
|
- // this.getListFpdByOrgId()
|
|
|
- // this.getTreeselect()
|
|
|
- // }
|
|
|
+ if (this.orgId !== null) {
|
|
|
+ this.queryParams.orgId = this.orgId
|
|
|
+ this.form.orgId = this.orgId
|
|
|
+ // this.getListFpdByOrgId()
|
|
|
+ // this.getTreeselect()
|
|
|
+ }
|
|
|
this.getList()
|
|
|
this.getTreeselect()
|
|
|
},
|