diff --git a/src/api/base/common.ts b/src/api/base/common.ts index ff80cb2..ed2a98e 100644 --- a/src/api/base/common.ts +++ b/src/api/base/common.ts @@ -13,7 +13,7 @@ export const bjFindByNjId = async (params: any) => { // 所有教师 export const jsFindAll = async () => { - return await get("/api/js/findAll"); + return await get("/api/js/findAllBasicInfo"); }; // 所有职务 diff --git a/src/pages/view/hr/teacherProfile/index.vue b/src/pages/view/hr/teacherProfile/index.vue index ddbeba6..a5cb1c1 100644 --- a/src/pages/view/hr/teacherProfile/index.vue +++ b/src/pages/view/hr/teacherProfile/index.vue @@ -78,7 +78,7 @@ const [register, { getValue, setValue, setSchema }] = useForm({ component: "BasicDataPicker", componentProps: { api: findDicTreeByPidApi, - param: { pid: 100 }, + param: { pid: 88 }, rangeKey: "dictionaryValue", savaKey: "dictionaryCode", onChange: (e: any) => { diff --git a/src/pages/view/routine/qd/publish.vue b/src/pages/view/routine/qd/publish.vue index cbd69b8..637db3e 100644 --- a/src/pages/view/routine/qd/publish.vue +++ b/src/pages/view/routine/qd/publish.vue @@ -128,6 +128,15 @@ + + + + + 发布中... + 请勿关闭页面或进行其他操作 + + +