From a536b494ca955c8a669f127d35d8e7e72789cbd2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 21 Apr 2025 19:41:31 +0800
Subject: [PATCH] feat:删除无用store方法调用
---
src/hooks/components/DevicePopUpBox.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/hooks/components/DevicePopUpBox.vue b/src/hooks/components/DevicePopUpBox.vue
index d3b769f..0c6df26 100644
--- a/src/hooks/components/DevicePopUpBox.vue
+++ b/src/hooks/components/DevicePopUpBox.vue
@@ -55,7 +55,7 @@
const areaCode = props.data.region_code;
dataObj.value.region_name = props.data.region_name;
const res = await getDeviceInfoNum({ areaCode });
- console.log('首页地图弹框',res);
+
const resJob = await getTotalJobNum({ areaCode });
dataObj.value.jobNum = resJob.data.data;
--
Gitblit v1.9.3