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

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