| src/hooks/components/DevicePopUpBox.vue | ●●●●● patch | view | raw | blame | history |
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;