From cb4e543d5e4236ad3fc95ff4ed21a4a1f683062e Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期二, 15 十月 2024 09:33:58 +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