diff --git a/yanzhu-bigscreen/src/components/trend-chart-line.vue b/yanzhu-bigscreen/src/components/trend-chart-line.vue index 11084786..d1ec0310 100644 --- a/yanzhu-bigscreen/src/components/trend-chart-line.vue +++ b/yanzhu-bigscreen/src/components/trend-chart-line.vue @@ -1,16 +1,14 @@ \ No newline at end of file diff --git a/yanzhu-bigscreen/src/views/safety/powerIot.vue b/yanzhu-bigscreen/src/views/safety/powerIot.vue index 40a3b0cf..2748e02a 100644 --- a/yanzhu-bigscreen/src/views/safety/powerIot.vue +++ b/yanzhu-bigscreen/src/views/safety/powerIot.vue @@ -1,367 +1,497 @@ + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/manage/greenCarbonData/index.vue b/yanzhu-ui-vue3/src/views/manage/greenCarbonData/index.vue index 4a78523e..ca611ca1 100644 --- a/yanzhu-ui-vue3/src/views/manage/greenCarbonData/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/greenCarbonData/index.vue @@ -346,7 +346,7 @@ function handleDelete(row) { proxy.$modal .confirm('是否确认删除建碳管理编号为【' + _ids + '】的数据项?') .then(function () { - return delGreenCarbonData(_ids) + return delGreenCarbonData(row && row.id ? row.id : ids.value) }) .then(() => { getList()