From f1c977e1348007b05cf70a05e8e26ba0c9c16fb9 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Mon, 9 Mar 2026 09:36:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20DL016=E5=8A=A0=E8=BD=BD=E5=89=8D=E5=BA=8F=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/dl/DL016.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/business/comps/template/comps/dl/DL016.vue b/src/views/business/comps/template/comps/dl/DL016.vue index a3151fc..b25f678 100644 --- a/src/views/business/comps/template/comps/dl/DL016.vue +++ b/src/views/business/comps/template/comps/dl/DL016.vue @@ -167,7 +167,7 @@ export default { bodyType: "input", bodyFillType: "actFill", width: 180, - disabled:true + bodyDisabled: true, }, { label: "template.dl.dl016.xybh", @@ -176,7 +176,7 @@ export default { bodyType: "input", bodyFillType: "actFill", bodyMaxlength: 10, - disabled:true + bodyDisabled: true, }, { label: "template.dl.dl016.qsxjjrl", @@ -199,6 +199,7 @@ export default { }, methods: { onRegentSubmit(e) { + debugger const { selectInfo, key, rowIndex } = e const { row } = selectInfo console.log('selectInfo==============',selectInfo,key,rowIndex) @@ -209,7 +210,7 @@ export default { console.log('前序表单数据:', bdnr) // 获取剂量组列表数据 - const qcxjjyqkData = bdnr.qcxjjyqkData || [] + const qcxjjyqkData = bdnr.jlzTableData || [] // if (qcxjjyqkData.length === 0) { // this.$message.warning('前序表单中没有剂量组数据') @@ -227,6 +228,7 @@ export default { pbsxd: '', // PBS洗涤 pyybrl: '' // 培养液补入量 })) + debugger // 使用 $set 更新 formData,触发 CustomTable 的响应式更新 this.$set(this.formData, 'qcxjjyqkData', itemData)