From dd0e8cfb68517e700eca723dacd7c517c3194c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Thu, 11 Aug 2022 16:46:48 +0800 Subject: [PATCH] up --- src/views/common/index.vue | 8 +------- src/views/dashboard/index.vue | 12 ++---------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/src/views/common/index.vue b/src/views/common/index.vue index 2892044..a977b60 100644 --- a/src/views/common/index.vue +++ b/src/views/common/index.vue @@ -301,9 +301,6 @@ import { getToken } from '@/utils/auth' - import { - listdept - } from "../../api/system/department.js" import { getparameteritem, getparameter @@ -495,10 +492,7 @@ this.selects.ask_types = res.detail }) - listdept().then(res => { - this.selects.departments = res - }) - + }, handleCurrentChange(page) { diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 5f5e62f..0632f79 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -79,9 +79,7 @@