This commit is contained in:
Taric Xin
2022-05-13 14:14:11 +08:00
parent 9051e5a49f
commit b48fe7f21b
4 changed files with 13 additions and 9 deletions

View File

@ -59,8 +59,6 @@ export class BasicTableComponent implements AfterViewInit, OnDestroy, OnReuseDes
}
openDrawer() {
console.log(this.sfValue);
if (this.searchDrawerService.drawer?.length > 0) {
this.searchDrawerService.create(this.sfValue, this.schema);
} else {