营业执照作废声明显示内容问题
This commit is contained in:
parent
dc554e540f
commit
efa39c906d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue