#
Junjie
6 天以前 32004d6bb7db528c151cca5bd78c4e557171a9ee
src/main/webapp/components/WatchRgvCard.js
@@ -112,14 +112,15 @@
      this.currentPage = 1;
    },
    getRgvStateInfo() {
      let that = this;
      $.ajax({
        url: baseUrl + "/rgv/table/rgv/state",
        headers: {
          token: localStorage.getItem("token"),
      if (this.$root.sendWs) {
        this.$root.sendWs(JSON.stringify({
          "url": "/rgv/table/rgv/state",
          "data": {}
        }));
      }
        },
        method: "post",
        success: (res) => {
    setRgvList(res) {
      let that = this;
          if (res.code == 200) {
            let list = res.data || [];
            if (that.searchRgvNo == "") {
@@ -135,8 +136,6 @@
              that.currentPage = 1;
            }
          }
        },
      });
    },
    openControl() {
      this.showControl = !this.showControl;