| | |
| | | </template> |
| | | |
| | | <script> |
| | | import {getList, getDetail, add, update, remove, customizeSave} from "@/api/messageRecord/messageRecord"; |
| | | import {getList, getDetail, add, update, remove, customizeSave} from "@/ssoapi/messageRecord/messageRecord"; |
| | | import {mapGetters} from "vuex"; |
| | | import {getDeptLazyTree, getDeptUserTree, getLazyList} from "@/api/system/dept"; |
| | | import {getDeptLazyTree, getDeptUserTree, getLazyList} from "@/ssoapi/system/dept"; |
| | | import DeptUserTable from "@/views/message/components/DeptUserTable.vue"; |
| | | |
| | | export default { |
| | |
| | | searchSpan: 4, |
| | | searchLabelWidth: 96, |
| | | row: true, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=messageType", |
| | | dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=messageType", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey", |