From aea11d6a58f3d16d253c9052370e19c8ba070d84 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Thu, 14 Mar 2024 09:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E9=99=8D=E6=B2=BB=E7=90=86=E8=AF=84?= =?UTF-8?q?=E4=BC=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/voltageSags/sagGovern/businessUser/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue b/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue index 0ced30e8..aff4bb8f 100644 --- a/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue +++ b/src/views/pqs/voltageSags/sagGovern/businessUser/index.vue @@ -40,12 +40,13 @@ import { onMounted, provide, ref } from 'vue' import { useRouter } from 'vue-router' import { deleteSgUser } from '@/api/advance-boot/sgGroven/sgUser' + +import UserPopup from './userPopup.vue' + defineOptions({ name: 'businessUser' }) -import UserPopup from './userPopup.vue' - const { push } = useRouter() //区域联级选择 const areaRef = ref()