From 4fe66d4f3ac6888b10f9b0e5e0f2ab555c650d7d Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期一, 15 四月 2024 16:23:44 +0800 Subject: [PATCH] chenge plan --- jcdm-ui/src/views/main/kb/stationTerminal/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue index c29cfdc..2279822 100644 --- a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue +++ b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue @@ -621,7 +621,7 @@ saveCampaignTimeParameters(param).then(response => {}); self.cakeLamp.release = 1; self.endClear() - + workpieceRelease(param).then(response => {}); } else if (event.data.includes("[")) { let formulaChilds = ""; self.formulaChildList.sort((a, b) => a.stepSort - b.stepSort); -- Gitblit v1.9.3