This commit is contained in:
Lingzi
2022-04-02 16:37:39 +08:00
parent ab9b88046d
commit d67ba84af0
39 changed files with 61 additions and 31 deletions

View File

@ -18,6 +18,7 @@ export class DatatablePartnertableComponent implements OnInit {
schema!: SFSchema;
phone = '';
columns!: STColumn[];
isLoading: boolean = false;
constructor(
public service: DataService,
@ -62,6 +63,7 @@ export class DatatablePartnertableComponent implements OnInit {
resetSF() {
this.sf.reset();
this._$expand = false;
this.isLoading = true
}
/**
* 程序初始化入口