src/views/grid/gridman.vue
@@ -56,12 +56,13 @@ prop: "communityCode", search: false, type: "tree", dataType: 'string', dicUrl: "/api/blade-system/region/tree", props: { label: "name", value: "id", }, cascader: ["gridId"], cascader: ["gridCode"], rules: [ { required: true, @@ -73,13 +74,13 @@ { label: "所属网格", prop: "gridId", prop: "gridCode", hide: true, type: "tree", cell: true, props: { label: "gridName", value: "id", value: "gridCode", }, dicUrl: "/api/blade-grid/grid/getGridList?communityCode={{communityCode}}",