From 0caf8761b4af8163a691ebb56723286926529ee4 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期五, 29 三月 2024 15:29:38 +0800 Subject: [PATCH] - --- jcdm-ui/src/views/main/kb/stationTerminal/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue index 2ddddc1..cf056fe 100644 --- a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue +++ b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue @@ -106,7 +106,7 @@ <el-tab-pane name="first"> <span slot="label"> <a class="el-icon-date"></a>棣栭〉</span> <el-col :span="24"> - <el-table :cell-style="rowStyle" :data="formulaChildList"> + <el-table height="500" :cell-style="rowStyle" :data="formulaChildList"> <el-table-column label="鎺掑簭" width="60" align="center" type="index"> </el-table-column> <el-table-column label="鎿嶄綔鍐呭" :show-overflow-tooltip='true' align="center" prop="operationSteps"> @@ -294,6 +294,7 @@ import {listStationConf,getIpv4} from "@/api/main/sc/stationConf"; import { listFormulaChild, + noPageListFormulaChild, releaseCheck, updateResults, updateTighteningFormula, @@ -360,7 +361,7 @@ }, content: '', activeName: 'first', - url: "ws://192.168.10.198:8080/websocket/message/", + url: "ws://192.168.11.6:8080/websocket/message/", message: "", text_content: "", ws: null, @@ -495,7 +496,7 @@ this.formulaChildParams.productCode = this.workpieceInformation.productCode this.formulaChildParams.processesCode = this.headContent.processesCode console.log(this.formulaChildParams) - listFormulaChild(this.formulaChildParams).then(response => { + noPageListFormulaChild(this.formulaChildParams).then(response => { this.formulaChildList = response.rows; }); }, -- Gitblit v1.9.3