From efa39c906df727a9ac402ea2ad4b4a287ae0da3e Mon Sep 17 00:00:00 2001 From: liaocc Date: Tue, 14 Apr 2026 16:57:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E4=B8=9A=E6=89=A7=E7=85=A7=E4=BD=9C?= =?UTF-8?q?=E5=BA=9F=E5=A3=B0=E6=98=8E=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/forceNotice/liccan/handle.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/forceNotice/liccan/handle.vue b/src/views/forceNotice/liccan/handle.vue index 70f077d..3c58375 100644 --- a/src/views/forceNotice/liccan/handle.vue +++ b/src/views/forceNotice/liccan/handle.vue @@ -514,7 +514,11 @@ export default { generateLiccanSta( scope.formData ).then((data) => { - scope.formData[scope.field.prop] = data + if (scope.field.prop === 'liccanSta' && !isEmpty(scope.formData.liccanSta)) { + console.log('已有声明内容') + } else { + scope.formData[scope.field.prop] = data + } this.generatingContent = false }).catch(() => { this.generatingContent = false