This commit is contained in:
wangshiming
2022-04-06 15:41:23 +08:00
parent 8502a8c540
commit 9fefb78dd8
8 changed files with 16 additions and 10 deletions

View File

@ -99,6 +99,9 @@ export class WaybillManagementVehicleComponent implements OnInit {
searchDebounceTime: 300,
searchLoadingText: '搜索中...',
allowClear: true,
visibleIf: {
_$expand: (value: boolean) => value
},
onSearch: (q: any) => {
let str = q.replace(/^\s+|\s+$/g, '');
if (str) {