营业执照作废声明显示内容问题
This commit is contained in:
parent
dc554e540f
commit
efa39c906d
|
|
@ -514,7 +514,11 @@ export default {
|
||||||
generateLiccanSta(
|
generateLiccanSta(
|
||||||
scope.formData
|
scope.formData
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
|
if (scope.field.prop === 'liccanSta' && !isEmpty(scope.formData.liccanSta)) {
|
||||||
|
console.log('已有声明内容')
|
||||||
|
} else {
|
||||||
scope.formData[scope.field.prop] = data
|
scope.formData[scope.field.prop] = data
|
||||||
|
}
|
||||||
this.generatingContent = false
|
this.generatingContent = false
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.generatingContent = false
|
this.generatingContent = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue