上饶市警务平台后台管理前端
zhongrj
2023-02-17 46df86ef5f24f62d2d8fe52a338efdb8b4c62727
src/views/securityManage/securityManage.vue
@@ -94,9 +94,10 @@
            prop: "deptId",
            type: "tree",
            disabled: true,
            dicUrl: "api/blade-system/dept/lazy-list",
            dicUrl: "api/blade-system/dept/getPoliceStationTree",
            defaultExpandAll:"true",
            props: {
              label: 'deptName',
              label: 'name',
              value: 'id',
              children: 'children'
            },