From 054a699a156ca607e95f220b364136d42a19ab0f Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期三, 27 三月 2024 14:40:18 +0800
Subject: [PATCH] -

---
 jcdm-ui/src/views/main/kb/stationTerminal/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
index 94e4f63..baaef08 100644
--- a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
+++ b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
@@ -494,6 +494,7 @@
       // this.formulaChildList = []
       this.formulaChildParams.productCode = this.workpieceInformation.productCode
       this.formulaChildParams.processesCode = this.headContent.processesCode
+      console.log(this.formulaChildParams)
       listFormulaChild(this.formulaChildParams).then(response => {
         this.formulaChildList = response.rows;
       });
@@ -601,6 +602,7 @@
             productBarcode: self.headContent.sfcCode,
           }
           saveCampaignTimeParameters(param).then(response => {});
+          self.cakeLamp.release = 1;
 
         } else if (event.data.includes("[")) {
           let formulaChilds = "";

--
Gitblit v1.9.3