From 8a76767b0a7ad271c8487a02063590b956deb5df Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期四, 25 七月 2024 14:30:30 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/views/Identify/identify.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/UI-Project/src/views/Identify/identify.vue b/UI-Project/src/views/Identify/identify.vue index a972dbe..74f05a1 100644 --- a/UI-Project/src/views/Identify/identify.vue +++ b/UI-Project/src/views/Identify/identify.vue @@ -111,7 +111,6 @@ // controlsId: 201, // }) if (response.code == 200) { - // 缁戝畾鎴愬姛锛屽鐞嗛�昏緫 ElMessage.success(response.message); // window.location.reload() blind.value = false; @@ -126,7 +125,7 @@ console.error(error); } } -// // 浜哄伐鎷胯蛋 + // 浜哄伐鎷胯蛋 const handleManualTake = async () => { try { var url="/cacheGlass/taskCache/identControls?identId="+currentGlassId.value+'&controlsId='+200; -- Gitblit v1.8.0