优化订单上传&隐藏推送开票按钮

This commit is contained in:
weiyu
2022-04-27 15:35:22 +08:00
parent ad5be2d844
commit 6cb9c468de
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ export class TaxManagementOrderReportingComponent implements OnInit {
{ name: '异常', value: '2' },
{ name: '全部', value: '' }
];
selectedIndex = ''; //选择的项目
selectedIndex = '0'; //选择的项目
serviceTel = '';
constructor(
public service: TaxManagementService,