From b0cece854bfce6a0caaf22e73643830e8b8cf67d Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期二, 15 十月 2024 10:40:02 +0800
Subject: [PATCH] 优化

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

diff --git a/jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue b/jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue
index 10734ec..3188e6b 100644
--- a/jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue
+++ b/jcdm-ui/src/views/main/kb/preInstalledTerminal/index.vue
@@ -267,11 +267,17 @@
         locationCode: this.headContent.processesCode,
       }
       clearWorkpieceRelease(param).then(response => {});
+
+
       this.headContent.sfcCode = ''
-      this.formulaChildList = [];
+      // this.formulaChildList = [];
       this.materialCode = ''
       this.$message('娓呴櫎鎴愬姛锛�');
       this.setFocus()
+      setTimeout(() => {
+        // 杩欓噷鏄綘鎯宠寤舵椂鍚庢墽琛岀殑閫昏緫
+        this.getList()
+      }, 500); // 500姣 = 0.5绉�
     },
     scanCompleted(){
       this.$message('鎵爜瀹屾垚'+this.content);
@@ -288,7 +294,7 @@
       const param = {
         processesCode: this.headContent.processesCode,
       }
-      // fistSetpNumber(param).then(response => {});
+      fistSetpNumber(param).then(response => {});
       this.getListFormulaChild()
       // this.addOverStationCollection()
     },

--
Gitblit v1.9.3