Showing
1 changed file
with
5 additions
and
0 deletions
| @@ -42,6 +42,11 @@ | @@ -42,6 +42,11 @@ | ||
| 42 | columns, | 42 | columns, |
| 43 | showIndexColumn: false, | 43 | showIndexColumn: false, |
| 44 | clickToRowSelect: false, | 44 | clickToRowSelect: false, |
| 45 | + beforeFetch: (T) => { | ||
| 46 | + if (T.actionType == 'ALL') { | ||
| 47 | + delete T.actionType; | ||
| 48 | + } | ||
| 49 | + }, | ||
| 45 | formConfig: { | 50 | formConfig: { |
| 46 | labelWidth: 120, | 51 | labelWidth: 120, |
| 47 | schemas: searchFormSchema, | 52 | schemas: searchFormSchema, |