UI-Project/src/views/ManualReporting/manualReporting.vue
@@ -105,7 +105,16 @@ } } }); // 线下数据 request.post("/deviceInteraction/tasking/selectGlassDownLine").then((res) => { // 替换为你的API端点 if (res.code === 200) { // 假设后端返回的数据格式与 handleMessage 预期一致 const responseData = res.data || {}; downLineTask.value =responseData; groupAndCount(); } }); } catch (err) { console.error('定时请求后端接口失败:', err); }