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; }) },