This commit is contained in:
禾几海
2020-07-01 17:18:47 +08:00
parent 7be9dc3f8a
commit 1d46241a06
3 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import {PageList, RequestObj} from '../../../../class/HttpReqAndResp';
import {HttpService} from '../../../../api/http/http.service';
@Component({
selector: 'app-common-table',
selector: 'c-common-table',
templateUrl: './common-table.component.html',
styleUrls: ['./common-table.component.less']
})