From 8bb7824522c4e5a73cbcb642db02ab68d1d1ad4f Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 14:16:52 +0800
Subject: [PATCH] 提交负载统计页面搭建

---
 src/views/mainPlan/gasPlanning/index.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/views/mainPlan/gasPlanning/index.vue b/src/views/mainPlan/gasPlanning/index.vue
index ac4186d..14dffdf 100644
--- a/src/views/mainPlan/gasPlanning/index.vue
+++ b/src/views/mainPlan/gasPlanning/index.vue
@@ -56,7 +56,7 @@
           :loading="loading"
           :height="height"
           :edit-config="{ mode: 'row', trigger: 'click', showStatus: true }"
-          :data="gasPlanList"
+          :data="routePlanList"
           @cell-click="cellClickEvent"
         >
           <vxe-column field="processName" title="鏍囧噯宸ュ簭鍚嶇О" min-width="150">
@@ -282,7 +282,7 @@
 </template>
 <script setup>
 import HxlhTable from "@/components/HxlhTable";
-import { ElInputNumber } from "element-plus";
+import { ElMessage } from "element-plus";
 import { listGasPlan, getGasPlanSave } from "@/api/mainPlan/gasPlanning";
 const height = ref(document.documentElement.clientHeight - 400 + "px;");
 const loading = ref(false);
@@ -463,7 +463,11 @@
   ...gasPlanList.value,
   ...routePlanList.value
  ])
- proxy.$modal.msgSuccess("淇濆瓨鎴愬姛");
+ ElMessage({
+    message: "鏁版嵁淇濆瓨鎴愬姛",
+    type: "success",
+  });
+  handleQuery()
  console.log(res,"akiwjciwj")
 }
 onMounted(() => {

--
Gitblit v1.9.3