From e208aa1ef8e861dba168e8d83ab3066fc9f1e02d Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期二, 16 四月 2024 13:30:45 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/views/UnLoadGlass/loadmachinerack.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue b/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue index 04dc378..1bcac06 100644 --- a/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue +++ b/UI-Project/src/views/UnLoadGlass/loadmachinerack.vue @@ -99,7 +99,7 @@ //鑾峰彇娴佺▼鍗″彿 const fetchFlowCardId = async () => { try { - const response = await unloadrequest.get('/api/downWorkstation/getflowCardId'); + const response = await unloadrequest.get('/api/unLoadGlass/getflowCardId'); console.log(response) if (response.code === 200) { flowCardOptions.value = response.data.map(item => ({ flowcard_id: item.flowcard_id })); @@ -113,7 +113,7 @@ //纭 const handleConfirm = async () => { try { - const response = await unloadrequest.post('/api/downWorkstation/updateFlowCardId', { + const response = await unloadrequest.post('/api/unLoadGlass/updateFlowCardId', { workstationId: workstationId.value, flowCardId: flowCardId.value }); @@ -147,7 +147,7 @@ //娓呴櫎鍐呭 const handleclear = async () => { try { - const response = await unloadrequest.post('/api/downWorkstation/clear', { + const response = await unloadrequest.post('/api/unLoadGlass/clear', { workstationId: workstationId.value, }); @@ -180,7 +180,7 @@ const fetchTableData = async () => { try { // 鍙戦�佽幏鍙栬〃鏍兼暟鎹殑璇锋眰锛屽苟绛夊緟鍝嶅簲 - const response = await unloadrequest.get('/api/downWorkstation/getone'); + const response = await unloadrequest.get('/api/unLoadGlass/getone'); // 妫�鏌ュ搷搴旂姸鎬� if (response.code === 200) { @@ -202,7 +202,7 @@ initWebSocket(); onMounted(fetchTableData); -//setInterval(fetchTableData, 2000) +setInterval(fetchTableData, 2000) const open = () => { ElMessageBox.confirm( -- Gitblit v1.8.0