diff --git a/src/modules/18_command/components/Step/2_ListPersons.vue b/src/modules/18_command/components/Step/2_ListPersons.vue index 605baabce..b4d1f6dfe 100644 --- a/src/modules/18_command/components/Step/2_ListPersons.vue +++ b/src/modules/18_command/components/Step/2_ListPersons.vue @@ -286,6 +286,8 @@ async function getPersonList() { position.value = data.positionDetail; rows.value = data.commandRecives; rowsMain.value = data.commandRecives; + + onSearchData(); }) .catch((e) => { messageError($q, e);