From 6cc35000a6e138cfad96e7b02f8aeddcdb4ba6bf Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 24 六月 2025 09:57:25 +0800
Subject: [PATCH] 代码提交

---
 代码管理/NEWCode/WIDESEAWCS_Client/src/extension/system/Dt_Stationinfo.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/extension/system/Dt_Stationinfo.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/extension/system/Dt_Stationinfo.js"
index 34578e2..dac6b35 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/extension/system/Dt_Stationinfo.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/extension/system/Dt_Stationinfo.js"
@@ -60,10 +60,10 @@
                         let data = [];
                         let parm = {
                             "data": data,
-                            "type": "1"
+                            "type": "true"
                         }
                         rows.forEach(t => data.push(t.id))
-                        this.http.post("/api/dt_stationinfo/SetStationEnable", parm, "鍙栨秷绂佺敤涓�...").then(x => {
+                        this.http.post("/api/Dt_Stationinfo/SetStationEnable", parm, "鍙栨秷绂佺敤涓�...").then(x => {
                             if (x.status) {
                                 this.$Message.success("鍙栨秷绂佺敤鎴愬姛!");
                                 this.refresh();
@@ -92,10 +92,10 @@
                         let data = [];
                         let parm = {
                             "data": data,
-                            "type": "0"
+                            "type": "false"
                         }
                         rows.forEach(t => data.push(t.id))
-                        this.http.post("/api/dt_stationinfo/SetStationEnable", parm, "閿佸畾涓�...").then(x => {
+                        this.http.post("/api/Dt_Stationinfo/SetStationEnable", parm, "閿佸畾涓�...").then(x => {
                             if (x.status) {
                                 this.$Message.success("绂佺敤鎴愬姛锛�");
                                 this.refresh();

--
Gitblit v1.9.3