From 42aa34c30b621a10aede32baf6c8104e8a44c9e3 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Wed, 25 Mar 2026 14:44:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20dl023?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/dl/DL023.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/business/comps/template/comps/dl/DL023.vue b/src/views/business/comps/template/comps/dl/DL023.vue index 267a79f..0d64b44 100644 --- a/src/views/business/comps/template/comps/dl/DL023.vue +++ b/src/views/business/comps/template/comps/dl/DL023.vue @@ -186,7 +186,7 @@ export default { fillType: 'actFill', maxlength: 200, subType: 'button', - subKey: 'zskssj', + subKey: 'zskssjbtn', buttonName: 'template.dl.dl023.ksButton', disabled: true, subDisabled: this.fillType !== 'actFill' @@ -197,7 +197,7 @@ export default { fillType: 'actFill', maxlength: 200, subType: 'button', - subKey: 'zsjssj', + subKey: 'zsjssjbtn', buttonName: 'template.dl.dl023.jsButton', disabled: true, subDisabled: this.fillType !== 'actFill' @@ -225,7 +225,7 @@ export default { handleClickButton(item, signData) { const arrStr = item.subKey; const value = moment().format('YYYY/MM/DD HH:mm'); - this.$refs.swypyjInfoRef.updateFormData(arrStr, value, { isUpdateRecord: true, signData }); + this.$refs.swypyjInfoRef.updateFormData(arrStr=='zskssjbtn'?'zskssj':'zsjssj', value, { isUpdateRecord: true, signData }); // console.log(this.getFilledFormData()) }, onSelect(e) {