|
|
@ -103,6 +103,7 @@ class index extends Component { |
|
|
|
|
|
|
|
|
|
|
|
getAllProyek = async () => { |
|
|
|
getAllProyek = async () => { |
|
|
|
const payload = { |
|
|
|
const payload = { |
|
|
|
|
|
|
|
"select": ["id", "nama"], |
|
|
|
"paging": { "start": 0, "length": -1 }, |
|
|
|
"paging": { "start": 0, "length": -1 }, |
|
|
|
"columns": [ |
|
|
|
"columns": [ |
|
|
|
{ "name": "nama", "logic_operator": "ilike", "value": "", "operator": "AND" } |
|
|
|
{ "name": "nama", "logic_operator": "ilike", "value": "", "operator": "AND" } |
|
|
|