上饶市警务平台后台管理前端
guoshilong
2022-11-30 b58f17c465d2ecffcd01c2c5fd27f43dbe4d1a7b
社区选择责任区变为级联选择
2 files modified
5 ■■■■■ changed files
src/views/community/community.vue 3 ●●●● patch | view | raw | blame | history
src/views/panorama/panorama.vue 2 ●●● patch | view | raw | blame | history
src/views/community/community.vue
@@ -92,7 +92,8 @@
            {
              label: "责任区",
              prop: "deptId",
              type: "tree",
              type: "cascader",
              emitPath:false,
              dicUrl: "api/blade-system/dept/lazy-list",
              parent:false,
              props:{
src/views/panorama/panorama.vue
@@ -81,7 +81,7 @@
            },
            {
              label: "链接地址",
              prop: "url",
              prop: "vrUrl",
              type: "input",
              rules: [{
                required: true,