| | |
| | | </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" |
| | | |
| | |
| | | label: "所属租户", |
| | | prop: "tenantId", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-system/tenant/select", |
| | | dicUrl: "/ssoapi/blade-system/tenant/select", |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | viewDisplay: website.tenantMode, |
| | |
| | | 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" |