zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/message/sysMessage.vue
@@ -32,9 +32,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 {getDeptUserTree, getLazyList} from "@/api/system/dept";
import {getDeptUserTree, getLazyList} from "@/ssoapi/system/dept";
export default {
  data() {
@@ -73,7 +73,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",
@@ -90,7 +90,7 @@
            type: "tree",
            leafOnly: false,
            multiple: true,
            dicUrl: `/api/blade-system/dept/lazy-list`,
            dicUrl: `/ssoapi/blade-system/dept/lazy-list`,
            dicData: [],
            dataType: "string",
            props: {