wankeda
2 天以前 6cc35000a6e138cfad96e7b02f8aeddcdb4ba6bf
´úÂë¹ÜÀí/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();