#
Junjie
6 天以前 32004d6bb7db528c151cca5bd78c4e557171a9ee
src/main/webapp/components/DevpCard.js
@@ -110,15 +110,15 @@
      this.currentPage = 1;
    },
    getDevpStateInfo() {
      let that = this;
      $.ajax({
        url: baseUrl + "/console/latest/data/station",
        headers: {
          token: localStorage.getItem("token"),
      if (this.$root.sendWs) {
        this.$root.sendWs(JSON.stringify({
          "url": "/console/latest/data/station",
          "data": {}
        }));
      }
        },
        method: "post",
        success: (res) => {
          // 堆垛机信息表获取
    setStationList(res) {
      let that = this;
          if (res.code == 200) {
            let list = res.data;
@@ -135,8 +135,6 @@
              that.currentPage = 1;
            }
          }
        },
      });
    },
    openControl() {
      this.showControl = !this.showControl;