From 67f4ebda135269a37c04b3bb60c7015838143d2e Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Tue, 24 Feb 2026 15:06:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20GSP009=E7=9A=84=E4=BD=BF=E7=94=A8=E9=87=8F=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/gsp/GSP009.vue | 7 +++---- src/views/business/comps/template/comps/lba/LBA004.vue | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/business/comps/template/comps/gsp/GSP009.vue b/src/views/business/comps/template/comps/gsp/GSP009.vue index 4e367a6..b3b550f 100644 --- a/src/views/business/comps/template/comps/gsp/GSP009.vue +++ b/src/views/business/comps/template/comps/gsp/GSP009.vue @@ -274,7 +274,7 @@ export default { sxrq: null, kc: null, kcdw: null, - type: 1, + type: paralleConfigs.xzlx, syl: null, syldw: null, yxzq: null, @@ -291,7 +291,6 @@ export default { row.syl = null }); - debugger //使用的试剂、仪器 this.resourceTmp = tmpResource this.yqResourceTmp = [] @@ -323,7 +322,7 @@ export default { // 删除平行配制配置 deleteParalleConfig(index) { if(this.formData.paralleConfigs.length===1){ - // this.$message.error("至少需要1个"); + this.$message.error("至少需要1个"); return; } this.formData.paralleConfigs.splice(index, 1); @@ -332,7 +331,7 @@ export default { debugger }, onTableRegentSubmit(val1,va2,va3){ - debugger + this.$refs[`paralleStepFormPackageRef_${va2}`][0].updateFormData('xzlx',va3.selectInfo.selectType) } } }; diff --git a/src/views/business/comps/template/comps/lba/LBA004.vue b/src/views/business/comps/template/comps/lba/LBA004.vue index f7016a7..2b62a67 100644 --- a/src/views/business/comps/template/comps/lba/LBA004.vue +++ b/src/views/business/comps/template/comps/lba/LBA004.vue @@ -463,7 +463,7 @@ export default { // 删除平行配制配置 deleteParalleConfig(index) { if(this.formData.paralleConfigs.length===1){ - // this.$message.error("至少需要1个"); + this.$message.error("至少需要1个"); return; } this.formData.paralleConfigs.splice(index, 1);