| | |
| | | }] |
| | | }, |
| | | { |
| | | label: "机构性质", |
| | | type: "select", |
| | | dicUrl: "/api/blade-system/dict/dictionary?code=org_nature", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | | }, |
| | | hide:true, |
| | | dataType: "number", |
| | | prop: "deptNature", |
| | | cascader: ["regionCode"], |
| | | slot: true, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入机构性质", |
| | | trigger: "blur" |
| | | }] |
| | | }, |
| | | { |
| | | label: "管辖区域", |
| | | prop: "regionCode", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/region/tree?cityCode=361100", |
| | | dicUrl: "/api/blade-system/region/tree?deptNature={{deptNature}}", |
| | | props: { |
| | | label: "name", |
| | | value: "id", |
| | | }, |
| | | hide:true, |
| | | defaultExpandedKeys: ["361102003"], |
| | | rules: [{ |
| | | required: false, |