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