This commit is contained in:
wangshiming
2022-04-19 13:22:11 +08:00
parent b8870850b4
commit 3fb6937c87
2 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@ export class TaxManagementIndividualCollectComponent implements OnInit {
visibleIf: {
_$expand: (value: boolean) => value
},
asyncData: () => this.service.getNetworkFreightForwarder()
asyncData: () => this.service.getNetworkEnterpriseName()
}
}
}