From 56ba5948a9a182e890656e4af903675711649c82 Mon Sep 17 00:00:00 2001 From: ryoeiken <754264374@qq.com> Date: Tue, 26 Jan 2021 16:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=BB=E5=8A=A0/=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=91=98=E5=B7=A5=E4=BF=A1=E6=81=AF=E5=8F=AA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA10=E4=B8=AA=E7=A7=91=E5=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/fantang/staffInfo/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/fantang/staffInfo/index.vue b/ruoyi-ui/src/views/fantang/staffInfo/index.vue index cca822ebb..909afa8ae 100644 --- a/ruoyi-ui/src/views/fantang/staffInfo/index.vue +++ b/ruoyi-ui/src/views/fantang/staffInfo/index.vue @@ -309,7 +309,7 @@ export default { this.loading = false; console.log("flag-----", response); }); - listDepart(this.queryParams).then(response => { + listDepart().then(response => { this.departIdOptions = response.rows; }) },