From 821ff03755fb1758b52123fb3f2d4cc8920b996a Mon Sep 17 00:00:00 2001 From: yinzuomei Date: Fri, 31 Jan 2020 12:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/epidemic.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/custom/epidemic.vue b/src/views/modules/custom/epidemic.vue index 1e0b0d09..ef081995 100644 --- a/src/views/modules/custom/epidemic.vue +++ b/src/views/modules/custom/epidemic.vue @@ -138,7 +138,7 @@ export default { }, methods: { getOptions () { - this.$http.get(`/sys/dept/party/getDeptTree`).then(({ data: res }) => { + this.$http.get(`/sys/dept/party/getDeptTreeForEpiDemic`).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) }