zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/place/index.vue
@@ -72,7 +72,7 @@
    update,
    add,
    getPlace,
} from "@/api/place/place"
} from "@/ssoapi/place/place"
import {
    mapGetters
@@ -225,7 +225,7 @@
                        search: false,
                        width: 150,
                        type: "tree",
                        dicUrl: "/api/blade-system/region/tree",
                        dicUrl: "/ssoapi/blade-system/region/tree",
                        props: {
                            label: "name",
                            value: "id",
@@ -266,7 +266,7 @@
                            value: "gridCode",
                        },
                        dicUrl:
                            "/api/blade-grid/grid/getGridList?communityCode={{neiCode}}",
                            "/ssoapi/blade-grid/grid/getGridList?communityCode={{neiCode}}",
                        rules: [
                            {
                                required: true,
@@ -280,7 +280,7 @@
                        label: "场所标签",
                        prop: "label",
                        type: "select",
                        dicUrl: "/api/blade-category/category/getCategory?level=2",
                        dicUrl: "/ssoapi/blade-category/category/getCategory?level=2",
                        cascader: ["smallLabel"],
                        props: {
                            label: "categoryName",
@@ -300,7 +300,7 @@
                        labelWidth: 20,
                        prop: "smallLabel",
                        type: "select",
                        dicUrl: "/api/blade-category/category/getCategory?parentNo={{label}}",
                        dicUrl: "/ssoapi/blade-category/category/getCategory?parentNo={{label}}",
                        props: {
                            label: "categoryName",
                            value: "categoryNo"
@@ -361,7 +361,7 @@
                        prop: "nineType",
                        type: "select",
                        display: false,
                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=nineType",
                        dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=nineType",
                        dataType: "number",
                        hide: true,
                        props: {
@@ -400,7 +400,7 @@
                        type: "select",
                        display: false,
                        row: true,
                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=frontType",
                        dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=frontType",
                        dataType: "number",
                        hide: true,
                        props: {
@@ -438,7 +438,7 @@
                        listType: "picture-card",
                        dataType: "string",
                        multiple: true,
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
                            res: "data",
                            name: 'name',