zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/grid/gridman.vue
@@ -20,7 +20,7 @@
</template>
<script>
import { getList, remove, update, add, getGridman } from "@/api/grid/gridman"
import { getList, remove, update, add, getGridman } from "@/ssoapi/grid/gridman"
import { mapGetters } from "vuex"
import website from '@/config/website'
export default {
@@ -62,7 +62,7 @@
                        search: false,
                        type: "tree",
                        dataType: 'string',
                        dicUrl: "/api/blade-system/region/tree",
                        dicUrl: "/ssoapi/blade-system/region/tree",
                        props: {
                            label: "name",
                            value: "id",
@@ -88,7 +88,7 @@
                            value: "gridCode",
                        },
                        dicUrl:
                            "/api/blade-grid/grid/getGridList?communityCode={{communityCode}}",
                            "/ssoapi/blade-grid/grid/getGridList?communityCode={{communityCode}}",
                        rules: [
                            {
                                required: true,
@@ -164,7 +164,7 @@
                        prop: "picUrl",
                        type: "upload",
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file-attach",
                        action: "/ssoapi/blade-resource/oss/endpoint/put-file-attach",
                        propsHttp: {
                            res: "data",
                            url: "link",