营业执照作废声明显示内容问题

This commit is contained in:
廖成初 2026-04-14 16:57:44 +08:00
parent dc554e540f
commit efa39c906d
1 changed files with 5 additions and 1 deletions

View File

@ -514,7 +514,11 @@ export default {
generateLiccanSta(
scope.formData
).then((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