src/main/webapp/components/WatchCrnCard.js
@@ -123,15 +123,15 @@ this.currentPage = 1; }, getCrnStateInfo() { let that = this; $.ajax({ url: baseUrl + "/crn/table/crn/state", headers: { token: localStorage.getItem("token"), if (this.$root.sendWs) { this.$root.sendWs(JSON.stringify({ "url": "/crn/table/crn/state", "data": {} })); } }, method: "post", success: (res) => { // 堆垛机信息表获取 setCrnList(res) { let that = this; if (res.code == 200) { let list = res.data; @@ -148,8 +148,6 @@ that.currentPage = 1; } } }, }); }, openControl() { this.showControl = !this.showControl;