|
|
|
@ -28,11 +28,12 @@ export default { |
|
|
|
|
|
|
|
searchParams: [ |
|
|
|
{ |
|
|
|
field: "发布范围", |
|
|
|
field: "选择范围", |
|
|
|
keyName: "org", |
|
|
|
type: "cascader", |
|
|
|
value: "", |
|
|
|
optionUrl: "/gov/org/customeragency/agencygridtree", |
|
|
|
// optionUrl: "/gov/org/customeragency/agencygridtree", |
|
|
|
optionUrl: "/gov/org/customeragency/my-subagency-list", |
|
|
|
optionUrlParams: { |
|
|
|
agencyId: this.$store.state.user.agencyId, |
|
|
|
}, |
|
|
|
|