diff --git a/src/views/modules/custom/enterpriseinfo.vue b/src/views/modules/custom/enterpriseinfo.vue index 796937a..4b2c63d 100644 --- a/src/views/modules/custom/enterpriseinfo.vue +++ b/src/views/modules/custom/enterpriseinfo.vue @@ -134,7 +134,7 @@ }, methods: { getOptions() { - this.$http.get(`/sys/dept/party/getDeptTreeForEpiDemic`).then(({data: res}) => { + this.$http.get(`/sys/user/deptOptions/getByLoginUser`).then(({data: res}) => { if (res.code !== 0) { return this.$message.error(res.msg) }