This commit is contained in:
Taric Xin
2022-01-21 11:11:08 +08:00
parent 7fa76b52fc
commit cdfa96bc87

View File

@ -10,10 +10,10 @@
<button nz-button nzType="primary" [nzLoading]="service.http.loading"
(click)="loadMemu(selectedPlatform.appId)">查询</button>
<button nz-button (click)="resetSF()">重置</button>
<button nz-button (click)="delMenu(0)" [nzLoading]="service.http.loading">
<!-- <button nz-button (click)="delMenu(0)" [nzLoading]="service.http.loading">
清空货主菜单
</button>
<!-- <button nz-button (click)="delMenu(1)" [nzLoading]="service.http.loading">
<button nz-button (click)="delMenu(1)" [nzLoading]="service.http.loading">
清空运营后台菜单
</button> -->
</div>