@ -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)
}