zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/system/post.vue
@@ -17,7 +17,7 @@
</template>
<script>
import { getList, getDetail, add, update, remove } from "@/api/system/post"
import { getList, getDetail, add, update, remove } from "@/ssoapi/system/post"
import { mapGetters } from "vuex"
import website from "@/config/website"
@@ -49,7 +49,7 @@
                        label: "所属租户",
                        prop: "tenantId",
                        type: "tree",
                        dicUrl: "/api/blade-system/tenant/select",
                        dicUrl: "/ssoapi/blade-system/tenant/select",
                        addDisplay: false,
                        editDisplay: false,
                        viewDisplay: website.tenantMode,
@@ -69,7 +69,7 @@
                        label: "岗位类型",
                        prop: "category",
                        type: "select",
                        dicUrl: "/api/blade-system/dict/dictionary?code=post_category",
                        dicUrl: "/ssoapi/blade-system/dict/dictionary?code=post_category",
                        props: {
                            label: "dictValue",
                            value: "dictKey"