diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 6c15a08..eef3fd2 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -1023,7 +1023,7 @@ export default { handleUpdate(row) { this.reset(); // 获取当前部门前端首页菜单列表 - const pcMenu = this.getDeptList(row.id); + // const pcMenu = this.getDeptList(row.id); getDept(row.id).then((response) => { this.form = response.data; var pcLogo = response.data.pcLogo;