zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/message/userMessage.vue
@@ -49,9 +49,9 @@
</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 {
@@ -94,7 +94,7 @@
            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",