|
@@ -462,12 +462,11 @@ import {
|
|
|
getuserinfo,
|
|
|
remindBroadFinish,
|
|
|
} from "@/api/backend/remindInfo";
|
|
|
-import { getRemindBroad, getRemindBroadPage } from "@/api/backend/remindBroad";
|
|
|
+import { getRemindBroad, getRemindBroadPage, getDepts } from "@/api/backend/remindBroad";
|
|
|
import { getUserProfile } from "@/api/system/user";
|
|
|
import Editor from "@/components/Editor";
|
|
|
import choiceOrange from "@/components/choiceOrange";
|
|
|
import FileUpload from "@/components/FileUpload";
|
|
|
-import { listDept } from "@/api/system/dept";
|
|
|
import { getTime } from "../../../utils";
|
|
|
import { getNowDateTime } from "@/utils/ruoyi";
|
|
|
|
|
@@ -564,7 +563,7 @@ export default {
|
|
|
},
|
|
|
//获取所有的部门
|
|
|
getAllDept() {
|
|
|
- listDept().then((response) => {
|
|
|
+ getDepts().then((response) => {
|
|
|
this.listDeptData = response.data;
|
|
|
this.getList();
|
|
|
console.log("response===", response);
|