fix bug
This commit is contained in:
@ -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
|
||||
}
|
||||
/**
|
||||
* 程序初始化入口
|
||||
|
||||
Reference in New Issue
Block a user